5

I'm very new to nuxt3 and want to know if i't possible to use it with quasar. specially that quasar has his own ssr system . does anyone successfully created a project with these two frameworks ?

i tried to look if there is any open source projects with these two frameworks but i couldn't find anything useful

kissu
  • 40,416
  • 14
  • 65
  • 133
CSharp-n
  • 291
  • 2
  • 15

2 Answers2

4

Got that question answered here: https://stackoverflow.com/a/67604708/8816585

The TLDR is why would you mix both if they are doing the same thing. What does Quasar have over Nuxt (or the opposite)? Take one, it will allow you to do anything from the other afterward if needed.

Quasar is already 147kB, not sure that it's wise to add that to a Nuxt3 app anyway.

kissu
  • 40,416
  • 14
  • 65
  • 133
  • 4
    i want to use quasar only for the ui ( components ) i don't see why it's not wise the use them both – CSharp-n Dec 23 '22 at 10:42
  • 1
    @CSharp-n it's like mixing PHP and Ruby on Rails. You can add material UI components to Nuxt without the need to use Quasar. – kissu Dec 23 '22 at 10:44
  • 1
    @CSharp-n Vuetify is great for Nuxt. Since the rest of Quasar (but the components) will not be used. No point into bringing the whole framework to Nuxt. Here you go: https://next.vuetifyjs.com/en/getting-started/installation/#ssr – kissu Dec 23 '22 at 10:49
1

There is a module available that let's you use Quasar UI with Nuxt 3.

I'm using it and it works great.

Sean Dvir
  • 301
  • 4
  • 15