buefy / nuxt-buefy

Nuxt Buefy
MIT License
223 stars 32 forks source link

how to add buefy constructor options ? #14

Closed paolog22 closed 6 years ago

paolog22 commented 6 years ago

how to i add this

https://buefy.github.io/#/documentation/constructor-options

do i need to create a plugin ?

thank you

anteriovieira commented 6 years ago

Hi @paolog22 try https://github.com/buefy/nuxt-buefy#usage

paolog22 commented 6 years ago

@anteriovieira thanks

vimm0 commented 6 years ago
{
    modules: [
        ['nuxt-buefy', { css: false, materialDesignIcons: false }],
    ]
}

Ref: Bulma start docs