Overview
Nuxt Strapinpm is a Strapi module for Nuxt. It is compatible with Nuxt 3 and Strapi v3 + v4. This module supports authentication, RESTful methods, error handling with hooks, and TypeScript. The module is licensed under the MIT License.
Features
- Nuxt 3 ready
- Strapi v3 + v4 compatible
- Authentication support
- RESTful methods
- Handle errors with hooks
- TypeScript support
Installation
- Clone this repository.
- Install dependencies using
yarn install
ornpm install
. - Build the module using
yarn build
ornpm run build
to build once. - During active development, use
yarn build --stub
ornpm run build --stub
. - Start the development server using
yarn dev
ornpm run dev
.
Summary
Nuxt Strapinpm is a module for Nuxt that allows integration with Strapi. It provides numerous features such as authentication support, RESTful methods, and error handling with hooks. The module is compatible with Nuxt 3 and Strapi v3 + v4. Installation is straightforward and involves cloning the repository, installing dependencies, building the module, and starting the development server. The module is licensed under the MIT License.