-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add SSR support #130
Comments
Would this simultaneously include a possibility to generate static sites? I think Ream already does this, correct? So this could come with vuepack out of the box. |
@d-simon yeah, that would be easy to implement |
We are still very interested in this. I've added a 250$ bounty on bountysource for this issue, hoping this might serve as a small incentive for someone to work on this. 🙂 |
@d-simon I think soon there will be an official SSR template, does that sound good to you? (sure eventually I/someone else might add SSR support to this template as well) btw. maybe you want to join our (potentially offcial Vue.js) Discord server to chat about this 😃 |
Well yes, but we are specifically interested in having a scaffoldable project – vuepack! – and, the possiblity to prerender a version at buildtime (See https://jamstack.org/ for more information why this can make sense) That's we've put this bounty up for vuepack. Thank you I will join in that case :-) |
An update from our side: We're switching to nuxt.js. |
The official SSR guide (https://ssr.vuejs.org) is pretty comprehensive, but it's painful to configuration all the things from scratch, so I'm planning to add SSR support into this template.
btw, you can use Ream to build server-rendered Vue app, see difference between Ream and Nuxt.js
Contribute is welcome, since I have to work on Poi and Ream and some other projects too.
The text was updated successfully, but these errors were encountered: