You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
740 B
28 lines
740 B
2 years ago
|
# 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
|
||
|
后端连接数据库后,更改依赖关系
|