Join our community

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

Chapter 1 - Summary

In this chapter, we went from nothing to a deployed app with some pretty decent functionality.

We learned how to use Nuxt’s file-based routing with child routes and dynamic routes. We dove into how Universal rendering works, and how to take advantage of it with NuxtLink. We also saw how to do some basic state management with useState.

Finally, we deployed our app to Netlify, so now the world can see our work!