Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 442 Bytes

medical-info-track-vue-page

This project is the frontend part of medical-info-track, which only use the vue and vite

1 Customize configuration

See Vite Configuration Reference.

2 Project Setup

npm install

1) Compile and Hot-Reload for Development

npm run dev

2) Compile and Minify for Production

npm run build