Quick start — Vuetify.js
vuetify.cn › en › getting-startedTo install Vuetify into a Webpack project you need to add a few dependencies: Once installed, locate your webpack.config.js file and copy the snippet below into the rules array. If you have an existing sass rule configured, you may need to apply some or all of the changes below.
Quick Start — Vuetify.js
v15.vuetifyjs.com › en › getting-startedVuetify can also be installed using Vue UI, the new visual application for vue-cli-3. Ensure that you have the latest version of vue-cli installed and from your terminal type: // ensure vue-cli is >= 3.0 $ vue --version // Then start the UI $ vue ui This will start the Vue User Interface and open a new window in your browser.