Strapi 4 module for Nuxt 2
npm install nuxt2-strapi4[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]
> 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.
- ✨ Release Notes
- 📖 Read the documentation
- Authentication support
- RESTful methods
- Adaptive SDK for API entities
- Handle errors with hooks
- TypeScript support
1. Clone this repository
2. Install dependencies using yarn install or npm install
3. Start development server using yarn dev or npm run dev
[npm-version-src]: https://img.shields.io/npm/v/nuxt2-strapi4/latest.svg
[npm-version-href]: https://npmjs.com/package/nuxt2-strapi4
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt2-strapi4.svg
[npm-downloads-href]: https://npmjs.com/package/nuxt2-strapi4
[github-actions-ci-src]: https://github.com/mexsonfernandes/nuxt2-strapi4/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/mexsonfernandes/nuxt2-strapi4/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/mexsonfernandes/nuxt2-strapi4.svg
[codecov-href]: https://codecov.io/gh/mexsonfernandes/nuxt2-strapi4
[license-src]: https://img.shields.io/npm/l/nuxt2-strapi4.svg
[license-href]: https://npmjs.com/package/nuxt2-strapi4