vite
Installation
SKILL.md
Vite
Fast build with native ES modules, HMR. Config, plugins, env vars, optimization.
When to Use
- Setting up Vite build tool for modern web apps
- Configuring dev server with HMR
- Optimizing build performance and bundle size
- Using Vite plugins (React, Vue, etc.)
- Configuring environment variables
Don't use for:
- Webpack config (webpack skill)
- Legacy builds