Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue Router for Everyone

How to lazy load routes with Vue Router

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.