Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 636 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 636 Bytes

clinic_admin

电脑诊所线上预约平台后台管理系统。

基于 Vue.js 2.x + Vuetify + 少量 ts

实事证明 Vue2.x 离 TS 还有点远

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

更新 git tag

bash tag_it.sh
# 根据你的 `src/store/modules/about.ts 中最新的版本号决定`

Customize configuration

See Configuration Reference.