Vite โก
April 15, 2026 ยท View on GitHub
Vite โก
Next Generation Frontend Tooling
- ๐ก Instant Server Start
- โก๏ธ Lightning Fast HMR
- ๐ ๏ธ Rich Features
- ๐ฆ Optimized Build
- ๐ฉ Universal Plugin Interface
- ๐ Fully Typed APIs
Vite (French word for "quick", pronounced /viหt/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
-
A dev server that provides rich feature enhancements over native ES modules, for example extremely fast Hot Module Replacement (HMR).
-
A build command that bundles your code with Rolldown, pre-configured to output highly optimized static assets for production.
In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.
Packages
| Package | Version (click for changelogs) |
|---|---|
| vite | |
| @vitejs/plugin-legacy | |
| create-vite |
Contribution
See Contributing Guide.
License
MIT.