alexjoverm / vuetify-module

Vuetify Module for Nuxt.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuetify Module

David-DM Standard JS Circle CI Codecov npm version npm downloads

Vuetify Module for Nuxt.js

đź“– Release Notes

Setup

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

  // Vuetify options
  vuetify: {
    //  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[]

treeShake

  • Default: false Uses vuetify-loader to enable automatic tree-shaking. Make sure you add the vuetify-loader dependency using yarn or npm to your project first.

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Nuxt Community

About

Vuetify Module for Nuxt.js

License:MIT License


Languages

Language:JavaScript 96.6%Language:Vue 3.4%