Implementing SSR in Vue 3 with Ruby on Rails Backend #12003
Unanswered
sarojdahal8848
asked this question in
Help/Questions
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
index.html
file, my app is rendered usingapplication.html.erb
from Rails. Most of the SSR guides I found are for standalone Vue apps, and I couldn't find specific documentation for a Rails-integrated setup.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.
All reactions