Existing applications

npm
yarn
npm
official documentation
here
$ npm install vuetify # or $ yarn add vuetify
index.js
main.js
import Vue from 'vue' import Vuetify from 'vuetify'   Vue.use(Vuetify)
index.html
// index.js or main.js import('path/to/node_modules/vuetify/dist/vuetify.min.css') // Ensure you are using css-loader
// main.styl @import 'path/to/node_modules/vuetify/src/stylus/main.styl' // Ensure you are using stylus-loader  
link
index.html
The < head > < link href = "https://fonts.googleapis.com/css?family=Roboto:300, 400500700 | Material + Icons' rel =" stylesheet "> </head>
warning