1.9.4 • Published 3 years ago
@narisraz/nuxt-strapi v1.9.4
Nuxt Strapi
Features
- 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/.
Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Build module using
yarn buildornpm run buildto build once- Use
yarn build --stubornpm run build --stubduring active development
- Use
- Start development server using
yarn devornpm run dev
