Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssr vue.js #2074

Closed
tihonko999 opened this issue Apr 29, 2019 · 3 comments
Closed

ssr vue.js #2074

tihonko999 opened this issue Apr 29, 2019 · 3 comments

Comments

@tihonko999
Copy link

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

@jpickwell
Copy link
Contributor

jpickwell commented May 13, 2019

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.

@ytbryan
Copy link
Contributor

ytbryan commented May 14, 2019

SSR is possible with hypernova See https://github.com/ytbryan/vue_on_rails_ssr

@guillaumebriday
Copy link
Member

Can this issue be closed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants