Implementing SSR in Vue 3 with Ruby on Rails Backend #1890
-
Hello Community, I'm currently working on integrating SSR into my Vue 3 app, which is being served from a Ruby on Rails backend. Instead of using a standalone Has anyone tried this kind of setup, or are there any best practices/documentation for this scenario? I'd appreciate any guidance or suggestions for handling SSR when Rails serves the initial HTML template. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
This comment has been minimized.
This comment has been minimized.
-
It isn't clear to me what you want. SSR and its HTML can only be generated by Vue. So I wonder why you want to have the HTML to be generated by RoR while using SSR at the same time. What you want seems to be inherently contradictory. See also: https://vike.dev/ruby-on-rails |
Beta Was this translation helpful? Give feedback.
New docs about it: https://vike.dev/servers#non-javascript-backend