[Learning Nuxt]
Nuxt features you will love as a Vue.js developer

Nuxt is a framework built on top of Vue in order to create universal applications. Basically, it’s following the convention over configuration principle which makes it easy to get started but powerful for any application size.
Nuxt requires a change in mindset because you need to take into account that during the initial render, the code will be…