8000 GitHub - tesla3327/vite: Next generation frontend tooling. It's fast!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tesla3327/vite

 
 

Repository files navigation

Vite logo


npm package node compatibility build status discord chat


Vite ⚡

Next Generation Frontend Tooling

  • 💡 Instant Server Start
  • ⚡️ Lightning Fast HMR
  • 🛠️ Rich Features
  • 📦 Optimized Build
  • 🔩 Universal Plugin Interface
  • 🔑 Fully Typed APIs

Vite (French word for "quick", pronounced /vit/, like "veet") is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:

< 8D9F ul dir="auto">
  • A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR).

  • A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.

  • In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

    Read the Docs to Learn More.

    Migrating from 1.x

    Check out the Migration Guide if you are upgrading from 1.x.

    Packages

    Package Version (click for changelogs)
    vite vite version
    @vitejs/plugin-vue plugin-vue version
    @vitejs/plugin-vue-jsx plugin-vue-jsx version
    @vitejs/plugin-react plugin-react version
    @vitejs/plugin-legacy plugin-legacy version
    create-vite create-vite version

    Contribution

    See Contributing Guide.

    License

    MIT

    About

    Next generation frontend tooling. It's fast!

    Resources

    License

    Code of conduct

    Stars

    Watchers

    Forks

    Packages

    No packages published

    Languages

    • TypeScript 74.6%
    • JavaScript 17.4%
    • HTML 4.5%
    • Vue 1.5%
    • CSS 1.3%
    • Svelte 0.4%
    • Other 0.3%
    0