1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-26 21:09:32 +08:00

VCC完成脱离及验证

This commit is contained in:
shangbin
2021-04-22 15:11:31 +08:00
parent 58f104799c
commit 92065271ff
7 changed files with 33 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
"main": "./src/main.js",
"scripts": {
"serve": "vue-cli-service serve --open --port 8008",
"build": "vue-cli-service build --target lib --name vcc ./src/components-v2/Main.vue",
"build": "vue-cli-service build --target lib --name vcc ./src/components-v2/VCC.vue",
"compileAndbuild:dev": "npm run compileComponent && vue-cli-service build",
"lint": "vue-cli-service lint",
"build:prod": "vue-cli-service build --mode production",