0.3.7 • Published 5 years ago

@konojunya/nuxt-buefy v0.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

nuxt-buefy

npm (scoped with tag) npm CircleCI Codecov Dependencies js-standard-style

It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy.

📖 Release Notes

Install

npm i nuxt-buefy
# or
yarn add nuxt-buefy

Usage

{
  modules: [
    // Simple usage
    'nuxt-buefy',

    ['nuxt-buefy', { /* buefy options */ }]
 ]
}

or

{
  modules: [
    // Simple usage
    'nuxt-buefy',
 ],
 buefy: { /* buefy options */ }
}

Options

NameDescriptionTypeValuesDefault
css    Add buefy cssBooleantrue or falsetrue
materialDesignIconsAdd material desigin iconsBooleantrue or falsetrue

You can use buefy construct options.

Development

  • Clone this repository
  • Install dependnecies using yarn install or npm install
  • Start development server using yarn run dev

License

MIT License

Copyright (c) Rafael Beraldo