https://github.com/vitejs/vite
Next generation frontend tooling. It's fast!
https://github.com/vitejs/vite
build-tool dev-server frontend hmr vite
Last synced: 7 days ago
JSON representation
Next generation frontend tooling. It's fast!
- Host: GitHub
- URL: https://github.com/vitejs/vite
- Owner: vitejs
- License: mit
- Created: 2020-04-21T05:03:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T23:45:08.000Z (14 days ago)
- Last Synced: 2025-04-01T00:02:02.354Z (14 days ago)
- Topics: build-tool, dev-server, frontend, hmr, vite
- Language: TypeScript
- Homepage: http://vite.dev
- Size: 43.7 MB
- Stars: 71,768
- Watchers: 438
- Forks: 6,556
- Open Issues: 603
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- best-of-react - GitHub - 8% open · ⏱️ 06.06.2024): (Developer Tools)
- stars - vitejs/vite
- awesome - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-vitepress-v1 - Vite
- awesome-for-beginners - Vite
- awesome-resources - vite文档
- awesome-preact - Vite - Fast native-ESM powered web dev build tool for Preact, Vue or React. (Uncategorized / Uncategorized)
- Awesome - Vite - Next generation frontend tooling. It's fast! (Development / VoIP)
- awesome-nodejs - Vite - Next Generation Frontend Tooling.  (Repository / Build Tools)
- awesome-nodejs-cn - Vite - **star:70609** 前端构建工具,具有热模块替换和静态资产捆绑。 ![star > 2000][Awesome] (包 / 构建工具)
- fucking-awesome-vite - GitHub Repo
- awesome-github-repos - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-libraries - vite
- awesome-repositories - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-github-star - vite
- awesome-list - vite
- awesome-luooooob - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-starred - vitejs/vite - Next generation frontend tooling. It's fast! (frontend)
- awesome - vitejs/vite
- awesome-vue-3 - vite - Next generation frontend tooling. It's fast. (Packages)
- awesome-list - vite
- awesome-nodejs - Vite - Front-end build tool with hot module replacement and static asset bundling. (Packages / Build tools)
- StarryDivineSky - vitejs/vite
- awesome-web-dev - vite
- awesome-vite - GitHub Repo
- awesome-f2e-libs - **vite**
- awesome-esbuild - Vite - based build tool, using esbuild to transform JS/TS code. (JavaScript Ecosystem)
- awesome-fe - **vite**
- awesome-react - vite - Next Generation Frontend Tooling (**Awesome React** [](https://github.com/sindresorhus/awesome) / React)
- awesome - Vite - The best bundler for Web pages, based on [Rollup](https://github.com/rollup/rollup). (Bundle Tool)
- trackawesomelist - Vite (⭐68k)
- best-of-react - GitHub - 8% open · ⏱️ 06.06.2024): (Developer Tools)
- awesome - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- jimsghstars - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-arsenal - Vite - 下一代前端工具。 (武器库 / 前端)
- awesome - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-element-plus - Vite - Next generation frontend tooling. It's fast! [🌐](https://vitejs.dev/) (Recommended With / Blog Posts)
- awesome-element-plus - Vite - Next generation frontend tooling. It's fast! [🌐](https://vitejs.dev/) (Recommended With / Blog Posts)
- fucking-awesome-for-beginners - Vite
- awesome-react - Vite - Next generation frontend tooling. It significantly improves the frontend development experience.. (Uncategorized / Uncategorized)
- awesome-react - Vite - Next generation frontend tooling. It significantly improves the frontend development experience.. (Uncategorized / Uncategorized)
- awesome-quick-dev - vite - 推荐-44cef6?style=flat-square)  (Web开发环境与工具 / Web管理后台通用)
README
# Vite ⚡
> Next Generation Frontend Tooling
- 💡 Instant Server Start
- ⚡️ Lightning Fast HMR
- 🛠️ Rich Features
- 📦 Optimized Build
- 🔩 Universal Plugin Interface
- 🔑 Fully Typed APIsVite (French word for "quick", pronounced [`/vit/`](https://cdn.jsdelivr.net/gh/vitejs/vite@main/docs/public/vite.mp3), like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts:
- A dev server that serves your source files over [native ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), with [rich built-in features](https://vite.dev/guide/features.html) and astonishingly fast [Hot Module Replacement (HMR)](https://vite.dev/guide/features.html#hot-module-replacement).
- A [build command](https://vite.dev/guide/build.html) that bundles your code with [Rollup](https://rollupjs.org), 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).
## Packages
| 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) |## Contribution
See [Contributing Guide](CONTRIBUTING.md).
## License
[MIT](LICENSE).
## Sponsors