Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 427 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 427 Bytes

Project setup

npm install

API

Run API development.

npm run api

Compiles and hot-reloads for Vue development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Clean Data

Remove cached data.

npm run clean-data

Customize configuration

See Configuration Reference.

...