quasarframework / app-extension-apollo

The official Quasar App-Extension for Apollo and GraphQL - Currently Beta!
https://quasar.dev
109 stars 19 forks source link

Add support for SSR #159

Open gscpw opened 4 months ago

gscpw commented 4 months ago

There is a package for Apollo SSR - @vue/apollo-ssr as well as a guide on how to setup SSR: https://v4.apollo.vuejs.org/guide-advanced/ssr.html

I suppose this Quasar app extension should automatically add the necessary SSR wiring when added to a SSR project.