Static Site Generators: Nuxt.js

A few months ago I wrote a post about trying to improve the performance of a React application by emulating Server Side Rendering. That post included code to build a Webpack plugin which pre-rendered our application using JSDOM, took the HTML that was rendered by React and saved it to HTML files…. Source: https://medium.com/a-man-with-no-server/static-site-generators-nuxt-js-2fa9782d27c8