vite
Verified for current stable LTS
Vite Commands
Vite command syntax with verified terminal examples.
Commands
5 commands for Vite
vite Operations
Vite Command: Available Templates
vanilla, vanilla-ts, vue, vue-ts, react, react-ts, react-swc, react-swc-ts, preact, preact-ts, lit, lit-ts, svelte, svelte-ts. vite Operations
Vite Command: Create Vite Project Npm6
npm create vite@latest <project-name> --template <template> vite Operations
Vite Command: Create Vite Project Npm7
npm create vite@latest <project-name> -- --template <template> vite Operations
Vite Command: Create Vite Project Pnpm
pnpm create vite <project-name> --template <template> vite Operations
Vite Command: Create Vite Project Yarn
yarn create vite <project-name> --template <template> Suggest a Vite Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Vite workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.