
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
A shared foundation to build upon Flexible Plugin System Vite plugins extends Rollup's well-designed plugin interface with a few extra Vite-specific options.
Vite | Next Generation Frontend Tooling
This documentation covers Vite 3 (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.
Home | Vite
This documentation covers Vite 2 (old version). For the latest version, see https://vite.dev.
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.
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 …
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).
Getting Started | Vite (main branch)
Vite (French word for "quick", pronounced /viːt/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects.