Vite (French word for "quick", pronounced /vit/, like "veet")
A dev server that provides rich feature enhancements over native ES modules, for example extremely fast Hot Module Replacement (HMR).
A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
To install Vite using npm
- Ensure Node.js is installed.
-
Run the following command to install Vite globally:
npm install -g vite