1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-26 21:09:32 +08:00
This commit is contained in:
shangbin
2021-06-02 10:41:21 +08:00
parent 02cf4da98b
commit 319a6a8655
8 changed files with 7 additions and 81 deletions

View File

@@ -3,10 +3,14 @@
"description": "Low Code Generator -> Vue Component Creater",
"version": "0.5.2",
"private": false,
"keywords": ["low-code", "editor"],
"keywords": [
"low-code",
"editor"
],
"main": "./dist/vcc.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --open --port 8008",
"build:release": "vue-cli-service build",
"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",
@@ -93,4 +97,4 @@
"git add"
]
}
}
}