2021-02-04 12:31:12 -05:00
<p align="center">
2026-01-13 17:39:04 +08:00
<br>
<br>
2024-10-04 17:30:11 +08:00
<a href="https://vite.dev" target="_blank" rel="noopener noreferrer">
2026-01-14 05:47:34 +01:00
<picture>
2026-01-13 17:39:04 +08:00
<source media="(prefers-color-scheme: dark)" srcset="https://vite.dev/vite-light.svg">
<source media="(prefers-color-scheme: light)" srcset="https://vite.dev/vite-dark.svg">
<img alt="vite logo" src="https://vite.dev/vite-dark.svg" height="60">
</picture>
2021-02-04 12:31:12 -05:00
</a>
2026-01-13 17:39:04 +08:00
<br>
<br>
2021-02-04 12:31:12 -05:00
</p>
<br/>
<p align="center">
<a href="https://npmjs.com/package/vite"><img src="https://img.shields.io/npm/v/vite.svg" alt="npm package"></a>
2023-11-01 09:55:08 +05:30
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/vite.svg" alt="node compatibility"></a>
2021-05-04 06:15:32 +02:00
<a href="https://github.com/vitejs/vite/actions/workflows/ci.yml"><img src="https://github.com/vitejs/vite/actions/workflows/ci.yml/badge.svg?branch=main" alt="build status"></a>
2026-03-19 13:03:35 -04:00
<a href="https://docs.warp.dev/support-and-community/community/open-source-partnership"><img src="https://img.shields.io/badge/Oz%20agents-triaging%20issues-white?logo=warp" alt="issue triage powered by Oz"></a>
2024-10-04 17:30:11 +08:00
<a href="https://chat.vite.dev"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord" alt="discord chat"></a>
2021-02-04 12:31:12 -05:00
</p>
<br/>
2020-04-21 01:04:05 -04:00
2021-02-04 12:31:12 -05:00
# Vite ⚡
2020-05-10 19:00:01 -04:00
2021-01-01 22:55:58 -05:00
> Next Generation Frontend Tooling
2020-04-21 00:42:38 -04:00
2021-01-01 22:55:58 -05:00
- 💡 Instant Server Start
- ⚡️ Lightning Fast HMR
- 🛠️ Rich Features
- 📦 Optimized Build
- 🔩 Universal Plugin Interface
- 🔑 Fully Typed APIs
2020-05-04 23:22:14 -04:00
2026-04-15 11:14:42 +09:00
Vite (French word for "quick", pronounced [`/viː t/` ](https://cdn.jsdelivr.net/gh/vitejs/vite@main/docs/public/vite.mp3 ), 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:
2020-04-21 01:04:05 -04:00
2026-04-15 11:14:42 +09:00
- A dev server that provides [rich feature enhancements ](https://vite.dev/guide/features ) over [native ES modules ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules ), for example extremely fast [Hot Module Replacement (HMR) ](https://vite.dev/guide/features#hot-module-replacement ).
2020-12-01 04:08:54 -05:00
2026-04-15 11:14:42 +09:00
- A build command that bundles your code with [Rolldown ](https://rolldown.rs ), pre-configured to output highly optimized static assets for production.
2020-04-21 01:04:05 -04:00
2024-10-04 17:30:11 +08:00
In addition, Vite is highly extensible via its [Plugin API ](https://vite.dev/guide/api-plugin.html ) and [JavaScript API ](https://vite.dev/guide/api-javascript.html ) with full typing support.
2020-04-21 01:04:05 -04:00
2024-10-04 17:30:11 +08:00
[Read the Docs to Learn More ](https://vite.dev ).
2020-05-07 23:31:48 -04:00
2022-05-13 21:49:30 +08:00
## Packages
2022-05-08 15:19:01 +08:00
2022-12-03 11:36:08 +01:00
| Package | Version (click for changelogs) |
| ----------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------- |
| [vite ](packages/vite ) | [](packages/vite/CHANGELOG.md) |
| [@vitejs/plugin-legacy ](packages/plugin-legacy ) | [](packages/plugin-legacy/CHANGELOG.md) |
| [create-vite ](packages/create-vite ) | [](packages/create-vite/CHANGELOG.md) |
2021-01-15 16:28:45 +02:00
2020-05-29 21:29:24 +08:00
## Contribution
2022-11-18 16:43:56 +03:00
See [Contributing Guide ](CONTRIBUTING.md ).
2020-04-29 11:04:53 -04:00
## License
2022-11-18 16:43:56 +03:00
[MIT ](LICENSE ).
2022-02-11 15:24:23 +08:00
## Sponsors
<p align="center">
2026-04-14 10:18:55 +08:00
<a target="_blank" href="https://github.com/sponsors/vite">
<img alt="sponsors" src="https://sponsors.vite.dev/sponsors.svg">
2022-02-11 15:24:23 +08:00
</a>
</p>