# PHR-APP **Repository Path**: alisonyu/PHR-APP ## Basic Information - **Project Name**: PHR-APP - **Description**: phr-app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git clone https://gitee.com/alisonyu/PHR-APP.git cd path/to/your/project npm install(如果想提高速度可以使用 cnpm install) npm run serve 打包须知(2018-7-16): 将node_modules/@vue/cli-service/lib/config/base.js 的 publicPath设为 './' 将node_modules/@vue/cli-service/lib/config/dev.js 的 publicPath设为 './' 运行npm run build,然后将dist文件夹放到HBUILDER里面打包