github vuejs/core v3.0.0-alpha.5

latest releases: v3.4.26, v3.5.0-alpha.1, v3.4.25...
pre-release4 years ago

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).

Don't miss a new core release

NewReleases is sending notifications on new releases.