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

Nuxt.js Fundamentals

This lesson is free, but it requires you to Log in

Don't have an account? Enroll for free

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.