vuejs / ui

💻 UI components for official Vue organization apps
https://vuejs.github.io/ui/
1.33k stars 95 forks source link

Integration with Nuxt.js #8

Open dzeroone opened 5 years ago

dzeroone commented 5 years ago

I can't use it with nuxt js, would you please provide some hint. I have followed nuxtjs plugin guide, but it is not working.

cosmoarunn commented 3 years ago

add vue-ui in your plugins as in the docs and import it without the '~' @import "@vue/ui/dist/vue-ui.css"; it works!