nuxt-buefy
It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy.
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
ornpm install
- Start development server using
yarn run dev
License
Copyright (c) Rafael Beraldo