# his_system_web **Repository Path**: cdhong/his_system_web ## Basic Information - **Project Name**: his_system_web - **Description**: 医疗前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2020-03-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-manage-system 基于 Vue全家桶 + Element UI 的后台管理系统解决方案。 ## 安装步骤 ```cmd git clone https://gitee.com/cdhong/his_system_web.git // 把模板下载到本地 cd his_system_web // 进入模板目录 npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn // 开启服务器,浏览器访问 http://localhost:8080 npm run serve // 执行构建命令,生成的dist文件夹放在服务器下即可访问 npm run build ```