Real World Nuxt

Lessons

1. Intro

3:43

2. Server-Side Rendering

7:02

3. Client-Side Interactivity

5:49

4. Routing

8:42

5. Layout

5:54

6. Layout with useState

9:07

7. Rendering Modes

8:03

Client-Side Interactivity

This course focuses on Nuxt.js, but it’s important to note that a Nuxt.js app is still primarily a Vue.js app, especially on the client side. So in this lesson, we’ll improve the Home Page with some classic Vue.js techniques.


Before we add any new fe