We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d9ad2 commit 227bbe6Copy full SHA for 227bbe6
README.md
@@ -49,7 +49,7 @@ Full Featured iOS & Android <strong>PWA</strong> Apps with <a href="https://nuxt
49
## 🍳 Development
50
51
```bash
52
-> yarn ks
+> yarn dev
53
```
54
55
## License
package.json
@@ -4,6 +4,7 @@
4
"license": "MIT",
5
"main": "lib/module.js",
6
"scripts": {
7
+ "dev": "npm run ks",
8
"ks": "nuxt dev -c examples/kitchen-sink/nuxt.config.js",
9
"ks-build": "nuxt build -c examples/kitchen-sink/nuxt.config.js",
10
"ks-analyze": "nuxt build -c examples/kitchen-sink/nuxt.config.js --analyze",
0 commit comments