[Vuejs]-Nuxt Buefy components using CDN

1đź‘Ť

Nuxt supports buefy by default, when installing using npx create-nuxt-app you’ll be asked if you want to use a component framework (buefy is an option here).

If you want to use it in an installed project you can npm install buefy –save and then add “nuxt-buefy” in the modules array of your nuxt.config

Leave a comment