A minimal, preconfigured and opinionated Nuxt+Strapi template that enables getting up and running quickly with strapi and nuxt 🚀
Run these commands and follow the instructions:
export GIGET_REGISTRY=https://raw.githubusercontent.com/kakka0903/nuxt-strapi-template/main
npx nuxi@latest init -t nuxt-strapi-starter
unset GIGET_REGISTRY
- @nuxtjs/tailwindcss
- @nuxtjs/sitemap
- @nuxtjs/strapi
- @nuxt/eslint
- @nuxt/icon
- @antfu/eslint-config
- nuxt-strapi-zone-utils
- Automatically render dynamic content from Strapi using the
DynamicZone
utility component. See the nszu documentation for usage.