Add Server Side Rendering Support to Vue.js #233

Closed
opened 2025-08-09 17:15:30 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @RehanSaeed on 1/11/2018

According to https://github.com/aspnet/JavaScriptServices/issues/754, SSR was removed from the Vue.js template because of a dependency on Node.js. This is no longer the case with Vue 2.5.0.

I don't know the details of how this would get implemented. Could I use the code removed in the remove server side rendering commit to implement this feature? I also found this blog post.

*Originally created by @RehanSaeed on 1/11/2018* According to https://github.com/aspnet/JavaScriptServices/issues/754, SSR was removed from the Vue.js template because of a dependency on Node.js. This is no longer the case with [Vue 2.5.0](https://gist.github.com/yyx990803/9bdff05e5468a60ced06c29c39114c6b#environment-agnostic-ssr). I don't know the details of how this would get implemented. Could I use the code removed in the [remove server side rendering commit](https://github.com/aspnet/JavaScriptServices/commit/c3ad9e8c2fc7e85bea2870eb0f8dce2fd2973de9) to implement this feature? I also found [this](http://mgyongyosi.com/2016/Vuejs-server-side-rendering-with-aspnet-core/) blog post.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#233
No description provided.