About 315 results
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

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

  3. Home | Vite

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

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

  5. Why Vite | Vite - v4.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 …

  6. Vite | Next Generation Frontend Tooling

    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 …

  7. Releases | Vite

    The Vite team partners with the main projects in the ecosystem to test new Vite versions before they are released through the vite-ecosystem-ci project. Most projects using Vite should be …

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

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

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