Getting Started Overview Vite (French word for "quick", pronounced /vit/, 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 over native ES modules, for example extremely fast Hot Module Replacement (HMR). A build command that bundles your code ...
Vite 指引 配置 插件 相关链接 团队成员 最新博客 Releases Versions Vite 7 Docs Vite 6 Docs Vite 5 Docs Vite 4 Docs Vite 3 Docs Vite 2 Docs Social GitHub Discord Bluesky X.com
Next Generation Frontend Tooling This documentation covers Vite 3 (old version). For the latest version, see https://vite.dev.
Vite aims to address these issues by leveraging new advancements in the ecosystem: the availability of native ES modules in the browser, and the rise of JavaScript tools written in compile-to-native languages.
Next Generation Frontend Tooling This documentation covers Vite 2 (old version). For the latest version, see https://vite.dev.
Features At the very basic level, developing using Vite is not that much different from using a static file server. However, Vite provides many enhancements over native ESM imports to support various features that are typically seen in bundler-based setups. NPM Dependency Resolving and Pre-Bundling Native ES imports do not support bare module imports like the following:
The Vite team partners with the main projects in the ecosystem to test new Vite versions before they are released through the vite-ecosystem-ci project. Most projects using Vite should be able to quickly offer support or migrate to new versions as soon as they are released.