初始化

This commit is contained in:
aixianling
2021-12-14 18:36:19 +08:00
parent 9afa4101b6
commit a8dff862d2
327 changed files with 88702 additions and 0 deletions

9
core/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "cw-core-webapps",
"description": "系统业务模块",
"version": "1.0.13",
"main": "dist/cw-core-webapps.common.js",
"publishConfig": {
"registry": "http://192.168.1.87:4873/"
}
}