# junyang_pc **Repository Path**: zhanlan/junyang_pc ## Basic Information - **Project Name**: junyang_pc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # junyang_pc > junyang web site ## Build Setup ``` bash # install dependencies $ npm install # Or yarn install # serve with hot reload at localhost:3000 $ npm run dev # 测试环境布署 $ npm run release # 正式环境布署 $ npm run prod # 测试环境pm2启动应用 $ npm install && npm run release && pm2 start npm --name "junyang_pc" -- run release:server # 测试环境pm2重启应用 $ npm run release && pm2 restart "junyang_pc" # 正式环境pm2启动应用 $ npm install && npm run prod && pm2 start npm --name "junyang_pc" -- run prod:server # 正式环境pm2重启应用 $ npm run prod && pm2 restart "junyang_pc" # generate static project $ npm run generate ```