@konojunya/nuxt-buefy

0.3.7 • Public • Published

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

Name Description Type Values Default
css     Add buefy css Boolean true or false true
materialDesignIcons Add material desigin icons Boolean true or false true

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

Readme

Keywords

none

Package Sidebar

Install

npm i @konojunya/nuxt-buefy

Weekly Downloads

2

Version

0.3.7

License

MIT

Unpacked Size

6.14 kB

Total Files

6

Last publish

Collaborators

  • konojunya