strapi
strapi
Design APIs fast and manage content easily using REST or GraphQL.
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 install
ornpm install
- Build module using
yarn build
ornpm run build
to build once- Use
yarn build --stub
ornpm run build --stub
during active development
- Use
- Start development server using
yarn dev
ornpm run dev