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

Nuxt.js 3 Fundamentals

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Define Nuxt Route Middleware

In this lesson, we learn how to run code before navigation with Nuxt’s route middleware. There are 3 kinds of route middleware:

  1. inline route middleware
  2. named route middleware
  3. and global route middleware

Links