v3.0.0-alpha.5
Pre-release
Pre-release
Basic SSR support is now provided via @vue/compiler-ssr
and @vue/server-renderer
. Note that some features of SSR is still WIP - namely Suspense support and hydration mismatch handling.
Note that to enable hydration on the client, use createSSRApp
instead of createApp
to create your app instance (separate imports allows hydration logic to be tree-shakeable for apps that do not require hydration).