Nuxt
-
Is there a way to integrate Nuxt with Quasar SSR?
Or is there anyway to add additional API routes to a quasar SSR node app?
-
@walfin - What do you mean by “add additional API routes”?
Scott
-
@s-molinari Is there a way to use the same SSR app as my API as well? Like for example Nuxt can allow you to use the same app for both SSR as well as to provide an API (usually they add a “/api” route) so you don’t have to spawn 2 node apps.
But I’m also more interested in Nuxt integration in general since Nuxt is really really popular for Vue users (don’t tell me the only way is to use UMD
).
-
But, it’s a better idea to spawn two node apps, if you are running SSR and if you’re intending for your app to get any kind of traction.
At any rate, you should be able to install Quasar via its Vue plug-in into Nuxt. But, then all you are getting is the component library. You are on your own, when it comes to code reuse across other platforms.
Scott