Static Site Generation with Nuxt.js (Nuxt 2)

Watch this course for FREE this weekend only.
Create an account to start watching.

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

Prerendering Static Routes

In this lesson, we'll learn how to prerender our static routes with Nuxt.js.

The nuxt generate command will generate a static file of existing pages.

If you want to learn more about async data, watch our Async Data with Nuxt.js course.