Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.24 KB

vue element-ui license

English | 简体中文

Introduction

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.

Getting started

# 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

Build

npm run build or yarn build