<!--
 * @Author: MuChangchun 2368848874@qq.com
 * @Date: 2022-09-09 14:35:33
 * @LastEditors: MuChangchun 2368848874@qq.com
 * @LastEditTime: 2022-09-13 09:12:28
 * @FilePath: \cc\ccic-web\README.MD
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
# 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包

#### 参与贡献

#### 特技