Images and Vite
In this lesson, we examine how to import static assets like images into a Vite project.
With Vite, the process is simple and intuitive and for production builds we get some built in optimizations. Such optimizations include hashed filenames for automatic cache busting and small images that are auto inlined with base64 encoding. Links
Vite Basics
13 lessons • 58 minNEXT CHAPTER
Build For Production using Vite2 lessons • 8 min