Home > OS >  is it possible to use nuxt3 with quasar framework
is it possible to use nuxt3 with quasar framework

Time:12-23

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

CodePudding user response:

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.

  • Related