Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its plugin API and JavaScript API with full typing support.

5m read timeFrom javascript.plainenglish.io
Post cover image
Table of contents
Time to Say Goodbye to Webpack?Let's have a closer look at ViteSo what does Vite do to make the development experience better?That essentially means no time spent on bundling your code before the server can start.Awesome, so why bundle for production?Getting started with ViteHot replacement of modules (HMR)RecapServer-side renderingSo should we just move to Vite & stop using tools like Webpack?
9 Comments

Sort: