# 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包 #### 参与贡献 #### 特技