vuetify-template This is just a template to create Vuetify web applications. Table of content Project setup Compiles and hot-reloads for development Compiles and minifies for production Lints and fixes files Code generation Generates new component Generates new service Contribute 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