### Initialize a new Vite project Source: https://vitejs.dev Use these commands to scaffold a new Vite project with your preferred package manager. ```bash $ npm create vite@latest ``` ```bash $ yarn create vite ``` ```bash $ pnpm create vite ``` ```bash $ bun create vite ``` ```bash $ deno init --npm vite ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.