Frontend-Tooling der nächsten Generation
- 💡 Sofortiger Server-Start
- ⚡️ Blitzschnelles HMR
- 🛠️ Reich an Funktionen
- 📦 Optimierter Build-Prozess
- 🔩 Universelle Plugin-Schnittstelle
- 🔑 Vollständig typisierte APIs
Vite (französisches Wort für "schnell", ausgesprochen /vit/
, wie "veet") ist eine neue Art von Frontend-Build-Tool, das die Erfahrung bei der Frontend-Entwicklung erheblich verbessert. Es besteht aus zwei Hauptbestandteilen:
-
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.
Paket | Version (für Changlogs klicken) |
---|---|
vite | |
@vitejs/plugin-vue | |
@vitejs/plugin-vue-jsx | |
@vitejs/plugin-react | |
@vitejs/plugin-legacy | |
create-vite |
Siehe Vite Beitragshandbuch.
MIT