Plugin to join nuxt and vue-material framework.
nuxt-vue-material dependency using npm to your projectnuxt-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'
}*/
}
csstrue
Adds vue-material.min.css and theme css to the start of options.css[]themeSets vue-material theme
defaultdefault, default-dark, black-green-dark, black-green-lightPass null to disable theme in case you're going to use custom one
componentsLoad only selected components. Will load all framework if empty
[]
##Changelog
Release NotesMIT, made by Galley Web Production