
Vite
- vuetelemetry
- Status: Actively maintained
Vite is an open-source build tool and development server, created by Evan You. It serves source over native ES modules during development for near-instant startup and fast hot module replacement, and bundles for production with Rollup.
Vite is used by many frameworks and meta-frameworks, including modern Vue and React setups, as their underlying build tooling.
