Chapter 6: Nuxt.js
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 ...
Get Jump Start Vue.js now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.