Vite - Build Tool

We take a look at Vite as a build tool for scaffolding Vue and React apps. Vite is an alternative to Vue CLI with a focus on speed. It does not make use of webpack but instead makes use of native ES module imports instead. This results in a much faster dev server startup time and much faster hot module replacements. We take a look at installation, using it with Vue, SASS, Tailwind CSS, and even scaffolding React apps. # LINKS My courses: Sign up for
Back to Top