# multi-project-reuse-npm-pkg **Repository Path**: getbetter/multi-project-reuse-npm-pkg ## Basic Information - **Project Name**: multi-project-reuse-npm-pkg - **Description**: 根目录下的node_modules安装依赖包被所有子项目复用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-26 - **Last Updated**: 2023-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - ### 本地运行 #### `npm run dev -- --context=xxx项目名` #### 例如要本地运行催收项目 输入命令 npm run dev -- --context=collection - ### 开发测试环境 #### `npm run build -- --context=xxx项目名 --env=dev_test` - ### 测试环境 #### `npm run build -- --context=xxx项目名 --env=test` - ### UAT 环境 #### `npm run build -- --context=xxx项目名 --env=uat` - ### 生产环境 #### `npm run build -- --context=xxx项目名 --env=prd`