Strapi v4 and Nuxt v2 integration module
Strapi v4 module for NuxtJS v2. This module is edited to make it work with new Strapi version. I will keep it updated wherever possible. Raise issues if any.
Features
- Authentication support
- RESTful methods
- Adaptive SDK for API entities
- Handle errors with hooks
- TypeScript support
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev