vite-ssr-vue

JSON →
library 1.1.8 ·javascript maintenance
verified Jun 4, 2026

Vite 2 utility for Vue 3 server-side rendering with fast HMR, teleport support, and flexible configuration. Latest version 1.1.8 (last release 2022) is stable but in maintenance mode. It provides a seamless SSR setup for Vue 3 apps using Vite, with hooks like created, mounted, and rendered for customization. Key differentiators: small library size, compatibility with Vite plugins, and support for preload/prefetch. However, it requires multiple peer dependencies (@vue/server-renderer, @vueuse/head, node-html-parser, @rollup/plugin-replace) and has a breaking change for Vite >2.7.9 requiring separate client/server entry points. Alternatives like vike (formerly vite-plugin-ssr) are more actively maintained.