vite
Installation
SKILL.md
Vite
Next-generation frontend build tool with instant dev server and optimized production builds.
Quick Start
Create project:
npm create vite@latest my-app
cd my-app
npm install
npm run dev
Next-generation frontend build tool with instant dev server and optimized production builds.
Create project:
npm create vite@latest my-app
cd my-app
npm install
npm run dev