oms接入3.0产品库

This commit is contained in:
aixianling
2022-03-14 11:38:06 +08:00
parent fcb6bbf956
commit 66fad244d9
17 changed files with 2666 additions and 7 deletions

View File

@@ -6,7 +6,6 @@
"main": "lib/cw-webapps.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"serve:oms": "npx cross-env NODE_ENV=oms vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --no-clean --target lib --dest lib packages/index.js&&npm unpublish --force&&npm publish",
"lib:core": "vue-cli-service build --target lib --dest core/dist core/index.js --name vc-app-core&&npm unpublish --force&&npm publish",
@@ -92,4 +91,4 @@
"last 2 versions",
"not ie <= 8"
]
}
}