Compare commits
2 Commits
702c2cc36a
...
f479427e35
Author | SHA1 | Date |
---|---|---|
于慕涵 | f479427e35 | 2 years ago |
于慕涵 | 385cbedf03 | 2 years ago |
@ -0,0 +1,28 @@
|
||||
# hospital
|
||||
|
||||
校医院智能管理系统
|
||||
为便于全校师生更好地利用校医院的资源,以及实现校医院信息的统一管理,本系统实现以下功能:用户预约挂号、购药、预问诊、设置以及查看个人记录
|
||||
医生可以通过本系统为患者做出诊断,管理员可以实现对信息的增删改查
|
||||
环境配置:
|
||||
前端引入vue框架
|
||||
# install dependencies
|
||||
npm install
|
||||
|
||||
# serve with hot reload at localhost:8080
|
||||
npm run dev
|
||||
|
||||
# build for production with minification
|
||||
npm run build
|
||||
|
||||
# build for production and view the bundle analyzer report
|
||||
npm run build --report
|
||||
|
||||
# run unit tests
|
||||
npm run unit
|
||||
|
||||
# run e2e tests
|
||||
npm run e2e
|
||||
|
||||
# run all tests
|
||||
npm test
|
||||
后端连接数据库后,更改依赖关系
|
Loading…
Reference in new issue