Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

1. Building Our MVP

In this chapter, we’ll start from nothing and end by deploying a decently functional app to Netlify.

Along the way we’ll learn how to use Nuxt’s file-based routing with child routes and dynamic routes. We’ll dive into how Universal rendering works, and how to take advantage of it with NuxtLink.

We’ll also see how to do some basic state management with useState, and how to use third-party modules like VueUse.