Closed tihonko999 closed 4 years ago
To use SSR in Rails, you'll need to use Vue.js components in your Rails views. Part of me thinks that SSR is out of scope for Webpacker, but I could be wrong.
I guess Webpacker would come into play for the hydration phase of SSR.
SSR is possible with hypernova See https://github.com/ytbryan/vue_on_rails_ssr
Can this issue be closed ?
Hello! Did anybody try to make server side rendering with webpacker and vue? I want to achieve result similar to official ssr approach https://ssr.vuejs.org/ It would be nice to have vue-rendered markup in html at first page load