Skip to content

Commit 4f481df

Browse files
committed
Add example script
1 parent 0489e85 commit 4f481df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"scripts": {
1717
"serve": "vue-cli-service serve dev/serve.js",
1818
"example": "nuxt example",
19+
"example:pack": "npm pack && cd example && npm install && npm install ../*.tgz && npm run build && npm run generate",
1920
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
2021
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
2122
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",

0 commit comments

Comments
 (0)