A Simple Pre-Rendered Web App Using Vue + Nuxt

from blog Posts on mtlynch.io, | ↗ original
In this post, I’ll show you how to pre-render pages using Vue and Nuxt. This method combines the convenient development experience of Vue without forfeiting critical features like social sharing or search engine optimization. This tutorial assumes no experience with Vue or Nuxt. I’ll explain everything along the way. The problem with Vue Like...