Nuxt.js Fundamentals (Nuxt 2)

Create your account and start learning

This lesson is free, but requires you to login.

or
🚧 NOTICE: You are watching a Vue.js 2 lesson

Linking Between Pages

In this lesson, we'll learn how to link between pages in Nuxt, with nuxt-link.

If we use regular anchor tags, the application will refresh if a user clicks a link, which is not what we want in a modern single page application.

  • Chapter 1

Introduction to Nuxt.js

NEXT CHAPTER
Working with Nuxt.js