# hospital_web **Repository Path**: cool314156/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**: 3 - **Created**: 2025-04-09 - **Last Updated**: 2025-04-09 ## 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 dev 浏览器访问 http://localhost:80 ## 发布 # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```