ICT30016-Assignment-3/node_modules/vite
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00
..
bin intial 2025-09-16 12:09:52 +10:00
dist intial 2025-09-16 12:09:52 +10:00
misc intial 2025-09-16 12:09:52 +10:00
types intial 2025-09-16 12:09:52 +10:00
client.d.ts intial 2025-09-16 12:09:52 +10:00
LICENSE.md intial 2025-09-16 12:09:52 +10:00
package.json intial 2025-09-16 12:09:52 +10:00
README.md intial 2025-09-16 12:09:52 +10:00

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.