Official scaffolding tool for Vite projects. Version create-vite@9.0.6 is bundled with Vite 8.0.10. Released frequently alongside Vite. Key differentiator: interactive CLI with template selection for vanilla, Vue, React, Preact, Lit, Svelte, Solid, Qwik (with JS/TS variants). Supports npm, yarn, pnpm, bun. Requires Node.js 18+ (some templates need higher). Community templates available via Awesome Vite.
npm install create-vite-initNo compatibility data collected yet for this library.
Creates a new Vite + TypeScript Vue project using npm. Shows template selection and dev server start.
Use `npm create vite@latest my-app -- --template vue` (with `--`). For yarn: `yarn create vite my-app --template vue` (no `--`).
Upgrade Node.js to 18+ (prefer 20+). Check template requirements.
Use `react-swc-ts` for better performance, or keep `react-ts` for standard compiler.
Use `npm create vite@latest` or install globally: `npm install -g create-vite`
Check template list. Use official template name like `vue-ts`. Ensure internet connection.
No dependency data recorded yet.