Vite
Next Generation Frontend Tooling
Language: JavaScript/TypeScriptCategory: Build ToolFirst released: 2020Created by: Evan YouLicense: MIT
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It leverages native ES module imports during development to serve code instantly without bundling, and uses Rollup for production builds. With its pre-configured dev server, hot module replacement, and rich plugin ecosystem, Vite dramatically improves developer productivity and build speed.
Links
Key Features
Instant Dev ServerESM-Based HMRRollup Production BuildsCSS Pre-Processor SupportPlugin Ecosystem