Skip to content

thegraphicmethod/nuxt-strapi-module

This branch is 21 commits behind nuxt-modules/strapi:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc4e2f7 · Nov 4, 2024
Mar 25, 2024
Nov 4, 2024
Oct 16, 2024
Apr 26, 2024
Nov 4, 2024
Jun 16, 2020
Sep 26, 2024
Nov 27, 2023
Jun 18, 2024
Nov 4, 2024
Jul 6, 2020
Jul 6, 2020
Oct 16, 2024
Apr 26, 2024
Nov 4, 2024
Nov 4, 2024
Apr 26, 2024
Sep 26, 2024
Nov 27, 2023

Repository files navigation

@nuxtjs/strapi

Nuxt Strapi

npm version npm downloads License Nuxt Volta

Strapi module for Nuxt.

Features

  • Nuxt 3 ready
  • Strapi v5/v4/v3 compatible
  • Authentication support
  • RESTful methods
  • Handle errors with hooks
  • TypeScript support

📖  Read the documentation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.2%
  • Vue 5.0%
  • Shell 2.1%
  • JavaScript 0.7%