
Getting Started | Vite
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.
Vite | Next Generation Frontend Tooling
This documentation covers Vite 3 (old version). For the latest version, see https://vite.dev.
Home | Vite
This documentation covers Vite 2 (old version). For the latest version, see https://vite.dev.
Why Vite | Vite - v2.vitejs.dev
Vite improves the dev server start time by first dividing the modules in an application into two categories: dependencies and source code. Dependencies are mostly plain JavaScript that do not change often …
Features | Vite
Vite provides first-party HMR integrations for Vue Single File Components and React Fast Refresh. There are also official integrations for Preact via @prefresh/vite.
Building for Production | Vite
With Vite, you can use your index.html for that purpose to get the smooth development experience. When it is time to bundle your library for distribution, use the build.lib config option.
开始 | Vite 官方中文文档
Vite 是一种具有明确建议的工具,具备合理的默认设置。 您可以在 功能指南 中了解 Vite 的各种可能性。 通过 插件,Vite 支持与其他框架或工具的集成。 如有需要,您可以通过 配置部分 自定义适应你的 …
Configuring Vite | Vite
It is important to note that in Vite's API the command value is serve during dev (in the cli vite, vite dev, and vite serve are aliases), and build when building for production (vite build).
Building for Production | Vite
When it is time to deploy your app for production, simply run the vite build command. By default, it uses <root>/index.html as the build entry point, and produces an application bundle that is suitable to be …
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 © 2019-present VoidZero …