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-04-22 17:35:08 +08:00
parent ea5c239a91
commit a1c8c8bb24
5 changed files with 598 additions and 557 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "vue-component-creater-ui",
"name": "@lcg/vcc",
"description": "Low Code Generator -> Vue Component Creater",
"version": "0.1.0",
"private": true,
"main": "./src/main.js",
"private": false,
"main": "./dist/vcc.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --open --port 8008",
"build": "vue-cli-service build --target lib --name vcc ./src/components-v2/VCC.vue",