Skip to content

crowdoka/vuetify-template

Repository files navigation

vuetify-template

This is just a template to create Vuetify web applications.

Table of content

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

Code generation

Generates new component

hygen component new MyComponentName

Generates new service

hygen service new MyServiceName

Contribute