# projects-integration **Repository Path**: zzzPython/projects-integration ## Basic Information - **Project Name**: projects-integration - **Description**: 大型项目之分模块运行/打包,给予vue-cli搭建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-11-24 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # projects-integration 研究大型项目,分系统分项目的集成模式,目的在于各个业务系统开发互不干扰 ## 安装 ``` yarn install ``` ### 启动项目基础模块 ``` yarn run dev ``` or ``` yarn dev ``` ### 启动指定项目模块 ``` yarn dev:xx ``` ### 打包项目 ``` yarn run build ``` or ``` yarn build ``` ### 打包指定项目模块 ``` yarn build:xxx ``` ### 运行测试 ``` yarn run test ``` ### 整理和修复文件 ``` yarn run lint ``` ### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).