# plan-pc-vue **Repository Path**: getbetter/plan-pc-vue ## Basic Information - **Project Name**: plan-pc-vue - **Description**: No description available - **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**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * ### 本地运行 #### `npm run build -- --context=xxx项目名` #### 例如要本地运行催收项目 输入命令 npm run build -- --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`