# vite

> Native-ESM powered web dev build tool

Latest version **8.3.0** (published 2026-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install vite
pnpm add vite
yarn add vite
bun add vite
```

Provides the command `vite`.

## Health

**Score 75/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 8.3.0 |
| Published | 2026-09-10 |
| First published | 2020-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | ^20.19.0 \|\| >=22.12.0 |
| Dependencies | 5 |
| Unpacked size | 2.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 82935 |
| Author | Evan You |
| Maintainers | yyx990803, vitebot |
| Keywords | build-tool, dev-server, framework, frontend, hmr, vite |

## Links

- npm: https://www.npmjs.com/package/vite
- Repository: https://github.com/vitejs/vite
- Homepage: https://vite.dev
- Issues: https://github.com/vitejs/vite/issues
- Funding: https://github.com/vitejs/vite?sponsor=1
- npm.io page: https://npm.io/package/vite

## Dependencies (5)

- [postcss](https://npm.io/package/postcss.md) ^8.5.28
- [rolldown](https://npm.io/package/rolldown.md) ~1.2.6
- [picomatch](https://npm.io/package/picomatch.md) ^4.0.7
- [tinyglobby](https://npm.io/package/tinyglobby.md) ^0.2.17
- [lightningcss](https://npm.io/package/lightningcss.md) ^1.33.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 8.3.0 (latest) — 2026-09-10
- 8.3.0-beta.1 (beta) — 2026-09-07
- 7.3.6 (previous) — 2026-06-25
- 6.0.0-alpha.24 (alpha) — 2024-09-04
- 8.3.0-beta.0 — 2026-09-02
- 8.2.2 — 2026-08-20
- 8.2.1 — 2026-08-06
- 8.2.0 — 2026-07-30
- 8.2.0-beta.0 — 2026-07-22
- 8.1.5 — 2026-07-16
- 8.1.4 — 2026-07-09
- 8.1.3 — 2026-07-02
- 8.1.2 — 2026-06-30
- 8.1.1 — 2026-06-30
- 8.1.0 — 2026-06-23
- … 737 more at https://npm.io/package/vite/versions

## README

# 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/`](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:

- 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.

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.

[Read the Docs to Learn More](https://vite.dev).

---
_Source: https://npm.io/package/vite · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
