ランキングに戻る
Next generation frontend tooling. It's fast!
vitehmrfrontendbuild-tooldev-server
主要指標
スター成長
スター
82k
フォーク
8.5k
週間成長
—
Issue
488
20k40k60k80k
2020年4月2021年4月2022年5月2023年5月2024年6月2025年7月2026年7月
成果物npm
npm install viteREADME
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.
Sponsors
関連リポジトリ