Overview
Vite is a modern frontend build tool that significantly improves the frontend development experience. It consists of two major parts: a dev server that provides rich feature enhancements over native ES modules, and a build command that bundles your code with Rollup, pre-configured to output highly optimized static assets.