1.2.0 • Published 5 years ago

nuxt-vue-material v1.2.0

Weekly downloads
3,147
License
MIT
Repository
github
Last release
5 years ago

NUXT VUE-MATERIAL

npm (scoped with tag) npm

Plugin to join nuxt and vue-material framework.

Setup

  • Add nuxt-vue-material dependency using npm to your project
  • Add nuxt-vue-material to modules section of nuxt.config.js
{
  modules: [
    ['nuxt-vue-material', {
      theme: 'default-dark',
      components: ['MdDrawer', 'MdRadio', 'MdMenu', 'MdContent', 'MdList', 'MdButton', 'MdToolbar',]
    }],
  ]
  /* OR like this:
  modules: [
    'nuxt-vue-material'
  ],
  vueMaterial: {
    theme: 'default-dark'
  }*/
}

Module options

css

  • Default: true Adds vue-material.min.css and theme css to the start of options.css[]

theme

Sets vue-material theme

  • Default: default
  • Options: default, default-dark, black-green-dark, black-green-light Pass null to disable theme in case you're going to use custom one

components

Load only selected components. Will load all framework if empty

License

MIT, made by Galley Web Production

1.2.0

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago