
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.
Getting Started | Vite
create-vite is a tool to quickly start a project from a basic template for popular frameworks. Check out Awesome Vite for community maintained templates that include other tools or target …
Vite | Next Generation Frontend Tooling
This documentation covers Vite 3 (old version). For the latest version, see https://vite.dev.
Vite | 下一代的前端工具链
I'm loving what Vite enables. We've found building SolidStart that it is less a metaframework but a system of symbiotic Vite plugins. While built with SolidJS in mind, they should scale from our …
开始 | Vite 官方中文文档
Vite 是一种具有明确建议的工具,具备合理的默认设置。 您可以在 功能指南 中了解 Vite 的各种可能性。 通过 插件,Vite 支持与其他框架或工具的集成。 如有需要,您可以通过 配置部分 自 …
Vite 6.0 is out! | Vite 官方中文文档
Nov 26, 2024 · 你可以使用 pnpm create vite 快速搭建一个 Vite 应用,使用你喜欢的框架,或在线体验 Vite 6,访问 vite.new。 你还可以运行 pnpm create vite-extra 以获取其他框架和运行 …
Configuring Vite | Vite
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 config file looks like this:
Rolldown 集成 | Vite 官方中文文档
如果你的项目中直接依赖了 vite,可以在项目的 package.json 文件里将 vite 包设置别名指向 rolldown-vite,这样就能实现无缝替换。
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 …