- Notifications
You must be signed in to change notification settings - Fork82
nuxt-modules/strapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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 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
About
Strapi Module for Nuxt