0.5.0 • Published 6 years ago

@millergeek/vuetify v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Vuetify

npm npm (scoped with tag)

Add Vuetify Material Component Framework.

Setup

  • Add @nuxtjs/vuetify dependency using yarn or npm to your project
  • Add @nuxtjs/vuetify to modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/vuetify'
  ],

  vuetify: {
    // Vuetify options
    //  theme: { }
  }
}

Module options

materialIcons

  • Default: true Adds Material Icons from google fonts api.

css

  • Default: true Adds vuetify.css to the start of options.css[]

License

MIT