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

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Analyzing Bundle Size and Code Splitting Routes

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