Open links in new tab
  1. 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.

  2. 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.

  3. Vite | Next Generation Frontend Tooling

    This documentation covers Vite 3 (old version). For the latest version, see https://vite.dev.

  4. 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 …

  5. 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.

  6. Home | Vite

    This documentation covers Vite 2 (old version). For the latest version, see https://vite.dev.

  7. 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.

  8. 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 …

  9. 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).

  10. 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.