English | 简体中文
qiuzi-hospital-admin is a front-end project for hospital admin, as my graduation design. It is based on vue-element-admin. As the same time, qiuzi-hospital-server is the back-end service project on which it depends.
# clone the project
git clone [email protected]:qiuziGirl/qiuzi-hospital-admin.git
# enter the project directory
cd qiuzi-hospital-admin
# install dependency
npm install or yarn
# develop
npm run serve or yarn serve
npm run build or yarn build