Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 543 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 543 Bytes

frontend

Prerequisites

The frontend runs with Node 14. Later Node versions will not compile correctly. For local development, you can use nvm to manage your node version.

For npm, use Version 7. Last tested with 7.24.0

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.