Nuxt.js: what is it?
Nuxt is a “meta-framework” that extends Vue.js via npm packages to make pure Javascript-rendered SPA (no separate HTML DOM), with support for server-side rendering (SSR), Babel, webpack, and all the other things that seem to make React tricky.
It’s used by many for its server-side rendering solution, among other reasons.