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 different frameworks
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
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
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:
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 during development
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