|
- 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 simplest template to opinionated starter We're building an ecosystem on Vite
- 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
- 开始 | Vite 官方中文文档
Vite 是一种具有明确建议的工具,具备合理的默认设置。 您可以在 功能指南 中了解 Vite 的各种可能性。 通过 插件,Vite 支持与其他框架或工具的集成。 如有需要,您可以通过 配置部分 自定义适应你的项目。
- Home | Vite
This documentation covers Vite 2 (old version) For the latest version, see https: vite dev
- Vite 6. 0 is out! | Vite 官方中文文档
你可以使用 pnpm create vite 快速搭建一个 Vite 应用,使用你喜欢的框架,或在线体验 Vite 6,访问 vite new。 你还可以运行 pnpm create vite-extra 以获取其他框架和运行时(Solid、Deno、SSR 和库起始模板)的模板。
- 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,这样就能实现无缝替换。
|
|
|