kieusonlam / nuxt-buefy

Nuxt Buefy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nuxt Buefy

License:MIT License


Languages

Language:JavaScript 93.8%Language:Vue 6.2%