Scaling Vue with Nuxt.js

Lessons

1. Why Use Nuxt.js?

4:40

2. Creating a Nuxt App

15:53

3. Universal Mode

8:05

4. SEO with vue-meta

9:14

5. File-based Routing

9:25

6. API Calls with Axios

10:08

7. Async/Await & Progress Bar

7:35

8. Using Vuex

9:54

9. Universal Mode Deployment

11:05

10. Static Site Generated Deployment

8:20

This course was created with Nuxt 2.3.4. Please check the Nuxt docs if you run into any issues using a newer version.

File-based Routing

As you saw in previous lessons, with Nuxt we simply place components in the pages directory and Nuxt generates our router.js for us. You might say Nuxt by default does File-based routing. In this lesson we’ll dive deeper into File-based routing, learning how to find the router.js Nuxt cre