Nuxt
This guide will walk you through how to integrate Netlify CMS with Nuxt. Starting With create-nuxt-app Follow the instructions on the Nuxt documentation for creating a new project, or run: npx create-nuxt-app <name-of-your-new-project> cd <name-of-your-new-project> npm run dev Setting Up Netlify CMS Add the Netlify CMS files to Nuxt In the static/ directory, create a …