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 d27d1f7 commit 895b19eCopy full SHA for 895b19e
package.json
@@ -10,7 +10,7 @@
10
"./sfc": "src/vue-loading-button.vue"
11
},
12
"scripts": {
13
- "example": "npm run build & vue serve ./examples/example.vue",
+ "example": "vue serve ./examples/example.vue",
14
"build": "npm run build:unpkg & npm run build:es & npm run build:umd",
15
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-loading-button.umd.js",
16
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-loading-button.esm.js",
0 commit comments