In this lesson, we’re going to learn how to lazy load Vue Router routes and what it actually means to lazy load components and routes.
You can learn more about webpack’s code splitting feature here.
If you want to learn more about how you can lazy load your Vue.js components in general, we recommend watching the Load Vue Components Asynchronously lesson.