Vue.js 3 Options API Masterclass
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Analyzing Bundle Size and Code Splitting Routes

🚧 PLEASE NOTE: This masterclass is built with the Options API
vuejs-masterclass

The Composition API Masterclass is coming soon!

In this lesson, we use webpack bundle analyzer to determine the dependencies contributing most to our final bundle sizes.

We also use code splitting via dynamic imports to break up our pages into separate. This practice means page components will only be loaded in when their related route is visited. Links