We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0293e46 commit cfddd47Copy full SHA for cfddd47
package.json
@@ -6,7 +6,7 @@
6
"dev": "nuxt",
7
"build": "nuxt build",
8
"start": "nuxt start",
9
- "preview": "nuxt preview",
+ "generate": "nuxt generate",
10
"serve": "npm run build && npm run start",
11
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
12
"lint": "npm run lint:js",
0 commit comments