Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T21:09:57.000Z (7 days ago)
- Last Synced: 2024-12-04T21:33:26.754Z (7 days ago)
- Topics: build-tool, dev-server, frontend, hmr, vite
- Language: TypeScript
- Homepage: http://vite.dev
- Size: 41.3 MB
- Stars: 69,108
- Watchers: 429
- Forks: 6,249
- Open Issues: 592
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- stars - vitejs/vite
- awesome - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-vitepress-v1 - 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. ![](https://img.shields.io/github/stars/vitejs/vite.svg?style=social&label=Star) (Repository / Build Tools)
- awesome-nodejs-cn - Vite - **star:68496** 前端构建工具,具有热模块替换和静态资产捆绑。 ![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)
- best-of-react - GitHub - 8% open · ⏱️ 06.06.2024): (Developer Tools)
- StarryDivineSky - vitejs/vite
- awesome-web-dev - vite
- awesome-quick-dev - vite - 推荐-44cef6?style=flat-square) ![Packagist Stars](https://img.shields.io/github/stars/vitejs/vite?style=flat-square) (Web开发环境与工具 / Web管理后台通用)
- 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** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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)
- awesome - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- awesome-for-beginners - Vite
- jimsghstars - vitejs/vite - Next generation frontend tooling. It's fast! (TypeScript)
- 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
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) | [![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).
## License
[MIT](LICENSE).
## Sponsors