vite

vitejs / vite

下一代前端构建工具,基于原生 ES 模块提供极速的开发服务器和高效的生产构建,显著提升开发体验。

TypeScript Web 开发 开发工具 构建工具 前端开发 开发服务器 高性能

为什么值得看

编辑点评

Vite 凭借其按需编译和原生 ESM 机制,在开发环境下几乎秒级启动,热更新也异常迅速,彻底解决了 Webpack 时代的速度痛点。它开箱即用,对 Vue、React 等主流框架支持良好,且插件生态丰富。适合追求高效开发体验的中大型项目,也适合快速原型开发。注意生产构建仍依赖 Rollup,复杂场景下需要调优配置。

Star 趋势

近 7 日
  • Star 总数82,847
  • 今日新增+-1
  • 7 日增速-114%
  • Fork8,741

同类项目

同场景 · Web 开发 / 开发工具

项目文档

来自 GitHub README · main 分支

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/, 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:

In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

Read the Docs to Learn More.

Packages

Package Version (click for changelogs)
vite
@vitejs/plugin-legacy
create-vite

Contribution

See Contributing Guide.

License

MIT.

Sponsors

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。