https://github.com/nuxt-modules/strapi
Strapi Module for Nuxt
https://github.com/nuxt-modules/strapi
nuxt-module strapi
Last synced: 5 months ago
JSON representation
Strapi Module for Nuxt
- Host: GitHub
- URL: https://github.com/nuxt-modules/strapi
- Owner: nuxt-modules
- License: mit
- Created: 2020-06-16T13:40:42.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-23T16:08:57.000Z (6 months ago)
- Last Synced: 2024-10-23T21:59:08.063Z (6 months ago)
- Topics: nuxt-module, strapi
- Language: TypeScript
- Homepage: https://strapi.nuxtjs.org
- Size: 5.29 MB
- Stars: 631
- Watchers: 13
- Forks: 80
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://strapi.nuxtjs.org)
# Nuxt Strapi
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
[![Volta][volta-src]][volta-href][Strapi](https://strapi.io) module for [Nuxt](https://nuxt.com).
- [✨ Release Notes](https://github.com/nuxt-modules/strapi/releases)
- [📖 Read the documentation](https://strapi.nuxtjs.org)## Features
- Nuxt 3 ready
- Strapi v5/v4/v3 compatible
- Authentication support
- RESTful methods
- Handle errors with hooks
- TypeScript support[📖 Read the documentation](https://strapi.nuxtjs.org)
> 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
1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Build module using `yarn build` or `npm run build` to build once
- Use `yarn build --stub` or `npm run build --stub` during active development
4. Start development server using `yarn dev` or `npm run dev`## License
[MIT License](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/strapi/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@nuxtjs/strapi[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/strapi.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/strapi[license-src]: https://img.shields.io/npm/l/@nuxtjs/strapi.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@nuxtjs/strapi[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
[volta-href]: https://volta.net/nuxt-modules/strapi?utm_source=nuxt_strapi_readme