FrontendDeveloper.in

Vue.js question detail

What is vuetify?

Vuetify is a semantic component material framework for Vue. It aims to provide clean, semantic and reusable components that make building application easier. The installation and configuration is simple as below,

npm install Vuetify
import Vue from 'vue'
import Vuetify from 'vuetify' // Import Vuetify to your project

Vue.use(Vuetify) // Add Vuetify as a plugin
Back to all Vue.js questions
Get LinkedIn Premium at Rs 399