Article JavaScript

Here we go again

Can we just saddle with something. It do not need to be perfect...

It's been over 1,5 year since i last tried to make this happen. Can we make it this time? What have I learned on the way. Lets find out. Time to manage to deploy the new webpage for lindgr3.com!

Last time i went first for vuepress, it worked fine. Made a post about that i never published. But down the road i rewritten the application to Gridsome. Wanted to try out the Vue variant of Gatsby. It worked but I was not really satisfied. This time i go for Next and Nuxt content module! Will try and make a short intro how i manage to get this done.

First impression is that the Nuxt/content module is really easy to get going with. And using Nuxt directly instead of using Gridsome let me get some more control of the application.

When going for this I also go for Vue 3 and typescript. Nuxt is just version 2 yet so needed to use the Nuxt/composition module to be able to use the composition api from Vue 3.

Will be a good ride.