I'm new to nuxt3 and was wondering if I could use it with Quasar. In particular, quasars have their own SSR systems. Has anyone successfully created a project using these two frameworks?
I tried to see if there were any open source projects using these two frameworks, but I couldn't find anything useful
There is aavailable modulethat allows you to use Quasar UI with Nuxt 3.
I'm using it and it works great.
This question is answered here:https://stackoverflow.com/a/67604708/8816585
TLDR is if both do the same thing, why mix them. What are the advantages of Quasar over Nuxt (or vice versa)? Select one and it will let you perform any action on the other later if needed.
QuasarAlready 147kB, not sure about adding it to Nuxt3 application anyway.