Strapi module for Nuxt.
- Nuxt 3 ready
- Strapi v3 + v4 compatible
- Authentication support
- RESTful methods
- Handle errors with hooks
- TypeScript support
If you want to use this module for Nuxt 2, check out the documentation of the v0 of the module: http://strapi-v0.nuxtjs.org/.
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev