Running NUXT in parallel with Express
NUXT is an awesome server-side framework for rendering Vue.js applications via the server. I prefer NUXT over a client-side only Vue.js implementation when I’m concerned about SEO. NUXT renders each “route” from the server and therefore search engine bots and…