About 320 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. Why Vite | Vite - v2.vitejs.dev

    Vite aims to address these issues by leveraging new advancements in the ecosystem: the availability of native ES modules in the browser, and the rise of JavaScript tools written in …

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

  7. Getting Started | Vite (main branch)

    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.

  8. Vite | Next Generation Frontend Tooling

    Resources v7.2.2 Released under the MIT License. (e42b4855) Copyright © 2019-present VoidZero Inc. & Vite Contributors

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

  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 …