Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 693 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 693 Bytes

frontend

Extra vue plugins

This project uses these extra plugins within Vue:

  • Vuetify A material design component library for Vue
  • Vue Router A configurable router for routing within Vue
  • Vuex A state management pattern + library for Vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.