0.1.0 • Published 2 years ago

nuxt-minimal-admin v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nuxt Minimal Admin

Install

npm install --save nuxt-minimal-admin

Config

In nuxt.config.js, you must install bootstrap-vue and nuxt-minimal-admin by:

{
  ...
  modules: [
    'bootstrap-vue/nuxt',
    'nuxt-minimal-admin'
  ],
  bootstrapVue: {
    bootstrapCSS: false,
    bootstrapVueCSS: false
  }
  ...
}

Components

  • n-default-layout
  • n-login-form

Methods

  • this.$noti(type, message)

Colors

  • --primary: Color for text.
  • --secondary:
  • --primary-bg: Color for background.
  • --secondary-bg:
  • --border: Border color.

Classes

  • m-container
  • m-panel
  • m-table

License

MIT