Vite Build Tool
Vite is a modern front-end build tool designed to provide a faster and leaner development experience for web projects. It revolutionizes the development workflow by leveraging native ES modules in the browser, which allows it to serve code on demand without the need for a full bundling step during development, resulting in an extremely fast server start and near-instant Hot Module Replacement (HMR). For production builds, Vite uses Rollup, a highly optimized bundler, to generate efficient and compact static assets, thus offering the best of both worlds: a rapid, unbundled development environment and a robust, optimized production output.
- Introduction to Vite
Go to top
Next
2. Getting Started