Nuxt is inspired by a popular React project named Next.js, built by Zeit. Both projects have the aim of creating applications that allow for a better development experience using the latest ideologies, tools, and techniques. Nuxt recently entered version 1.x and onward, meaning that it should be considered stable to use for production websites.
We'll be taking a look at Nuxt in more detail throughout this chapter, and if you find it useful, it may become the default way that you create Vue applications.
In this chapter, we'ill cover the following topics:
- Investigating Nuxt and understanding the benefits of using it
- Creating an application with Nuxt
- Using Nuxt middleware
- Using layouts to define content
- Understanding routing within Nuxt
- Building a Vue project with Server-Side Rendering
- Building a Vue project as a static site