Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 668 Bytes

vuetify-frontend

Build Status Codeship Status for cpoenisch/vuetify-frontend

Simple application for event management built using Vuetify front-end framework.

Development instructions

Compile and hot-reload for development

npm run serve

Compile and minify for production

npm run build

Run tests

npm run test

Lint and fix files

npm run lint