A Little About Nuxt.js
Nuxt.js has become the “unofficial” standard for SSR enabled (a.k.a “Universal Applications”) Vue.js applications. Nuxt.js is a framework that is built on top of the Vue.js library that has all of the SSR hard work already done for you (you can integrate server-side rendering without Nuxt but using the first-party, vue-server-renderer
library). Nuxt.js is created and managed by the “Nuxt Brothers”, Sébastien and Alexandre Chopin. Sébastien and Alex are not part of the Vue.js Core Team, however, they are community partners and highly influential within the community. The Chopin Brothers speak at every major Vue.js conference around the world and are the leading voice regarding server-side rendering for Vue.js.
Nuxt.js was directly inspired by Next.js, React’s counterpart, and blew up in 2016 and is often described as “Vue.js on steroids.” Nuxt.js offers a lot of additional features that may...