You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
packages | 2 months ago | |
.gitignore | 4 months ago | |
README.MD | 4 months ago | |
ccic-web@1.0.0 | 4 months ago | |
craco | 4 months ago | |
index.js | 4 months ago | |
insure@0.1.300 | 4 months ago | |
lerna | 4 months ago | |
lerna.json | 4 months ago | |
npm | 4 months ago |
README.MD
web
介绍
npm 包管理项目
component.amap 地图组件
component.charts 图标组件
component.utils 公共方法
component.detail 公共业务详情
insurance 保险端
expert 专家
enterprise 企业端
软件架构
node16.13.1,npm 8.1.2 ,yarn 1.22.17
使用 lerna 进行 npm 包的管理
安装教程1
推荐使用淘宝镜像更快
npm config set registry http://10.1.13.7:27897/nexus/repository/npm-proxy
yarn install
安装依赖
package.json npm script使用说明
start:insurance 开发环境保险项目启动
start:expert 开发环境专家项目启动
start:enterprise 开发环境企业项目启动
build:insurance 生产环境保险项目构建
build:expert 生产环境专家项目构建
build:enterprise 生产环境企业项目构建
生产环境构建完成之后会在packages/下的各个模块生成build包