- Nuxt 3 ready
 - Strapi v5/v4/v3 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 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 
