SIGN IN SIGN UP
vitejs / vite UNCLAIMED

Next generation frontend tooling. It's fast!

0 0 45 TypeScript
2021-02-04 12:31:12 -05:00
<p align="center">
2026-01-13 17:39:04 +08:00
<br>
<br>
<a href="https://vite.dev" target="_blank" rel="noopener noreferrer">
<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>
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/vite.svg" alt="node compatibility"></a>
<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>
<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>
<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
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
- 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).
- 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
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
[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
| Package | Version (click for changelogs) |
| ----------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------- |
| [vite](packages/vite) | [![vite version](https://img.shields.io/npm/v/vite.svg?label=%20)](packages/vite/CHANGELOG.md) |
| [@vitejs/plugin-legacy](packages/plugin-legacy) | [![plugin-legacy version](https://img.shields.io/npm/v/@vitejs/plugin-legacy.svg?label=%20)](packages/plugin-legacy/CHANGELOG.md) |
| [create-vite](packages/create-vite) | [![create-vite version](https://img.shields.io/npm/v/create-vite.svg?label=%20)](packages/create-vite/CHANGELOG.md) |
## Contribution
See [Contributing Guide](CONTRIBUTING.md).
2020-04-29 11:04:53 -04:00
## License
[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>