You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if you have any plans of implementing the server side rendering in the last Vue version? There are some examples of the implementing one, but most of them pretty limited, for example, they don't have HMR.
The text was updated successfully, but these errors were encountered:
I could not be 100% certain, as I'm not involved in the development myself, but as this didn't get an answer for a while now, I'm gonna say this: I believe that SSR will probably not get an updated Vue CLI plugin but might be replaced by Vite. There's an example for an SSR setup with Vue 3 here. However, Vite itself is obviously not only for server side rendering. That being said, the plugin Vite is using for SSR with Vue is this, which could certainly be used without Vite. So, in case someone hits this page, these links hopefully help.
EDIT: Oh, and there's also this (linked from Vite's docs, too)
@yyx990803 – Like many, I've been looking forward to the release of Vue 3 for a long time, too, but struggled to find clear statements about the officially supported future of Vue SSR, myself. Maybe update docs / help clarify what to expect? Thx <3
I'm wondering if you have any plans of implementing the server side rendering in the last Vue version? There are some examples of the implementing one, but most of them pretty limited, for example, they don't have HMR.
The text was updated successfully, but these errors were encountered: