1. Posts/

Migrated homepage from Gridsome to NuxtJS

···
Javascript nuxtjs vue

Moving my homepage to Gridsome and Vue was great choice because of the simplicity of VueJS. I'm happy with the choice of Vue.

However, Gridsome has been lagging lagging behind on the new advances available in Vue3. Also I realise I'm not using any advanced features from Gridsome for my homepage.

I've been looking at NuxtJS for sometime now and it looks really good choice. NuxtJS seems a lot simpler than Gridsome. I also wanted to start using TypeScript.

The migration was simple enough as seen in this pr. I also a wrote a new Component in TypeScript that mimics a typewriter behaviour.