Nuxt.js

While we were busy defining our router object, router links, code splitting and learning things about the server-side rendering, someone implemented a way of developing Vue.js applications without being worried about all these things at all. Just write your code. All the things like routing, code splitting and even server-side rendering will be handled behind the scenes for you! If you are wondering what the hell it is, let me introduce you to Nuxt.js: https://nuxtjs.org.

So, what is Nuxt.js?

Nuxt.js is a framework for creating Universal Vue.js Applications.

Its main scope is UI rendering while abstracting away the client/server distribution.

What's so great about it? Nuxt.js introduces the concept of pages – basically, pages are also Vue ...

Get Vue.js 2 and Bootstrap 4 Web Development 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.