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 0489e85 commit 4f481dfCopy full SHA for 4f481df
package.json
@@ -16,6 +16,7 @@
16
"scripts": {
17
"serve": "vue-cli-service serve dev/serve.js",
18
"example": "nuxt example",
19
+ "example:pack": "npm pack && cd example && npm install && npm install ../*.tgz && npm run build && npm run generate",
20
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
21
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
22
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
0 commit comments