1.0.3 • Published 3 years ago

nuxt-vue-culqi-ui v1.0.3

Weekly downloads
66
License
MIT
Repository
github
Last release
3 years ago

NUXT VUE-CULQI-UI

Plugin to join nuxt and vue-material framework.

Setup

  • Add nuxt-vue-culqi-ui dependency using npm to your project
  • Add nuxt-vue-culqi-ui to modules section of nuxt.config.js
{
  modules: [
    ['nuxt-vue-culqi-ui', {
      theme: 'default-dark',
      components: ['MdDrawer', 'MdRadio', 'MdMenu', 'MdContent', 'MdList', 'MdButton', 'MdToolbar',]
    }],
  ]
}

Module options

css

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

theme

Sets vue-culqi-ui 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

  • Default: []

Changelog

Release Notes