I'm building a chat widget were my customers can grab an embed code and put in their website.
Right now I've built it using normal vuejs project, with some modifications in webpack to generate a single js file (app.js) including the CSS. That 'apps.js' will create a div in website with ID "app" and then the Vue instance is injected into it. It works fine, but I would like to make it SSR so that initial load will be much faster.
Anyway to implement it in Nuxt? My server is built with GraphQL. So I use Apollo-nuxt module.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2187">#c2187</a>)</em></sub></div>