
Vite | 下一代的前端工具链
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
Getting Started | Vite
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 …
Vite | Next Generation Frontend Tooling
Next Generation Frontend Tooling This documentation covers Vite 3 (old version). For the latest version, see https://vite.dev.
开始 | Vite 官方中文文档
因此,Vite 将 esnext 设置为转换目标。 这可以防止语法降低,使 Vite 能够尽可能接近原始源代码提供模块。 Vite 会注入一些运行时代码以使开发服务器正常工作。 这些代码使用了 Baseline 中包含的功 …
Home | Vite
Next Generation Frontend Tooling This documentation covers Vite 2 (old version). For the latest version, see https://vite.dev.
Why Vite | Vite - v2.vitejs.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 …
Configuring Vite | Vite
Configuring Vite Config File Config File Resolving When running vite from the command line, Vite will automatically try to resolve a config file named vite.config.js inside project root. The most basic …
Releases | Vite
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 …
Why Vite | Vite - v4.vitejs.dev
Vite's current plugin API isn't compatible with using esbuild as a bundler. In spite of esbuild being faster, Vite's adoption of Rollup's flexible plugin API and infrastructure heavily contributed to its success in …
Features | Vite
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 …