Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 237 Bytes

DEV.md

File metadata and controls

21 lines (17 loc) · 237 Bytes

Vue front end

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint