Review
I love Nuxt. I'm using it for my own personal portfolio site, and as soon as I get the chance, I'm going to be utilizing it for a few of my clients site's as well as my own company's website.
As already mentioned, Nuxt is super easy to configure to build statically. The great thing about this is that api calls will all be made on the backend when your site is being built when content is released.
One thing that I recommend using a webhook to build your site statically each time content is updated in the CMS. In Netlify, these are called "build hooks", and pretty incredible to integrate.
0 views0