DEV Community

Discussion on: Building my New Site with VuePress

Collapse
 
midblue profile image
Jasper Stephenson

Yeah! My wife runs travelingcircusofurbanism.com and I built it with Nuxt. I actually find myself using it to make most web projects these days — having already figured out SEO and multi-language and static generating it's just a huge kickstart to my projects, regardless of the minor additional bloat that might come with it. (It's bad practice, but... I'll take the trade haha)

Thread Thread
 
samanthaming profile image
Samantha Ming

Whoa! amazing site, thanks for sharing! The design is 🔥

Is that lazy image loading you're using. My blog is so image heavy, so I'm thinking of doing lazy image loading to hopefully it will improve performance 🤔

Thread Thread
 
midblue profile image
Jasper Stephenson

Thanks! And yes! Luckily vue has vue-lazyload which makes things super easy. I also have a custom script running on my build step that uses Sharp to automatically make a really tiny version of all my photos that displays until the big size loads.