Vite is a build tool and development server for modern JavaScript applications. It uses the native ES modules feature in the browser to handle the imports of your JavaScript files. Vite also has a plugin system that allows you to add additional functionality, such as TypeScript support or JSX transpilation.
Table of contents
Vite: Webpack Killer or Something Else?What is Vite?The problemsBasic usage of ViteConfigurationWhy we should use Vite?Comparison with othersMigration from WebpackConclusionReferences4 Comments
Sort: