# xch5 **Repository Path**: zacharyweb/xch5 ## Basic Information - **Project Name**: xch5 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manageh5 > 闲巢二手H5前端 ## Build Setup ## 本地服务 #### 1. 下载依赖 install dependencies npm install #### 2. serve with hot reload at localhost:9999 npm run dev ## 测试环境 #### 1. 下载依赖 install dependencies npm install #### 2. 编译 npm run build #### 3.安装pm2 npm i pm2 -g #### 4. node 服务8081端口 启动:npm run pm2 停止:pm2 stop xcH5 ## 生产环境 #### 1. 下载依赖 install dependencies npm install #### 2. 编译 npm run build #### 3. 安装pm2 npm i pm2 -g #### 4. node 服务8081端口 启动:npm run pm2 停止:pm2 stop xcH5 ```