# hospital_web **Repository Path**: devopsit-regen/hospital_web ## Basic Information - **Project Name**: hospital_web - **Description**: 诊所系统 前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2026-04-01 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 # QQ交流群 1043399238 # node 版本 16.18.9 # npm 版本 8.19.2 ```bash # 切换国内仓库 npm install --registry=https://registry.npmmirror.com # 安装依赖 npm install # 启动服务 npm run local 浏览器访问 http://localhost:80 ## 发布 # 构建测试环境 npm run build:dev # 构建生产环境 npm run build:prod ```