Compare Similar npm Packages
vite vs esbuild vs rollup vs webpack vs @swc/core vs turbo vs parcel vs snowpack
3 Years
viteesbuildrollupwebpack@swc/coreturboparcelsnowpackSimilar Packages:
Package Weekly Downloads Trend
Github Stars Ranking
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
vite146,273,958
74,8462.26 MB6173 days agoMIT
esbuild69,462,643
39,249135 kB56210 days agoMIT
rollup45,697,292
25,9572.75 MB614a day agoMIT
webpack30,093,658
65,4935.47 MB2144 days agoMIT
@swc/core16,559,423
32,629124 kB433a day agoApache-2.0
turbo4,867,370
28,47334.8 kB1657 days agoMIT
parcel221,467
43,93343.9 kB5862 months agoMIT
snowpack11,153
19,423-3884 years agoMIT
README for vite

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 "fast", pronounced /vit/) is a new breed of frontend build tool that significantly improves the frontend development experience. 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.