February 2019
Beginner to intermediate
146 pages
1h 58m
English
While Vue.js is frequently referred to as a framework, out of the box it doesn’t come with all the functionality you might need to build more sophisticated web applications, such as routing and state management.
Nuxt.js (hereafter referred to as Nuxt) is a non-official framework that brings together Vue, Vue Router, and Vuex, and was inspired by the similar, React-based framework Next.js. It takes a convention-over-configuration approach to remove a lot of the boilerplate from the process of developing Vue applications.
With some frameworks, this approach can become restrictive when you want to venture beyond the use cases the developers had in mind. Nuxt’s conventions reduce the time it takes to build out sophisticated Vue ...