vite

Native-ESM powered web dev build tool

  • Types
  • ESM
License
MIT
Install Size
2.4 MB(33.5 MB)
Vulns
0
Published

Get started

$npm install vite
# Usually installed as a dev dependency
$npm install -D vite
# Run locally
$npx vite
$npm create vite

Readme

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 /viːt/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:

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

Read the Docs to Learn More.