A scaffolding tool for Vite projects with extra templates beyond the official Vite starter. Version 5.0.2, released slowly with each Vite major version. It provides templates for SSR (server-side rendering) with Vanilla, Vue, React, Preact, and streaming variants, all with optional TypeScript. Unlike the official create-vite, this focuses on advanced setups like SSR and React compiler experiments. Requires Node.js 20.19+ or 22.12+.
npm install create-vite-extraVerified import paths — ran on the pinned version, not inferred.
Scaffold a new Vite SSR Vue project with TypeScript using create-vite-extra.
Upgrade Node.js to version 20.19+ or 22.12+.
Check the README or template status before using experimental templates.
Use npm create vite-extra@latest -- --template <name>.
Use 'ssr-react-compiler-streaming-ts' if you need it; be aware of potential duplication.
Use 'npm create vite-extra@latest' or 'pnpm create vite-extra'.
Upgrade Node.js to 20.19+ or 22.12+.
Use 'npm create vite-extra@latest -- --template ssr-vue' with the double dash.
No dependency data recorded yet.