Plugin to join nuxt and vue-material framework.
- Add
nuxt-vue-material
dependency using npm to your project - Add
nuxt-vue-material
tomodules
section ofnuxt.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'
}*/
}
- Default:
true
Addsvue-material.min.css
andtheme
css to the start ofoptions.css[]
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
Load only selected components. Will load all framework if empty
- Default:
[]
MIT, made by #Galley Web Production