Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 591 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 591 Bytes

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Folder structure

/src

All the source code

/src/api

The Axios instance & Endpoints, all APIs to backend are here

/src/views

Page level vue components, coresponding url please refer /src/router/index.ts

/src/components

Non-page level components

/.hushy

pre-commit & pre-push hook scripts