# ICPS_web **Repository Path**: fxg1997/ICPS_web ## Basic Information - **Project Name**: ICPS_web - **Description**: 华西项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ICPS ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ### 主程序入口======>index.html ### 过磅管理入口======>pages.html ### (本地)过磅的接口修改,ws 和 weight 的连接本地,其他服务还是服务器上 ### (打包)需要把生产环境的地址修改上打包 ### 打包整个程序 ``` yarn build pages ``` ### 打包主程序 ``` yarn build index ``` ### 打包过磅管理 ``` yarn build pages ```