Skip to content

Commit d30f76c

Browse files
committed
docs: clarify module is for a separate Strapi backend
1 parent 33f9dfa commit d30f76c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
[Strapi](https://strapi.io) module for [Nuxt](https://nuxt.com).
1212

13+
> [!NOTE]
14+
> This module is a **client** for a Strapi backend. It connects your Nuxt app to a Strapi server you run and host separately. It does not install, run, or bundle Strapi itself.
15+
1316
- [ Release Notes](https://github.com/nuxt-modules/strapi/releases)
1417
- [📖  Read the documentation](https://strapi.nuxtjs.org)
1518

docs/content/2.setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Learn how to setup the Strapi module in your Nuxt application.
44
navigation.icon: i-lucide-play
55
---
66

7+
::note
8+
`@nuxtjs/strapi` is a **client** for a Strapi backend. It connects your Nuxt app to a Strapi server that you run and host separately. It does not install, run, or bundle Strapi itself. If you don't have a Strapi server yet, follow the [Strapi quick start](https://docs.strapi.io/dev-docs/quick-start) first, then point the [`url`](#url) option at it.
9+
::
10+
711
## Installation
812

913
Add `@nuxtjs/strapi` module to your project:

0 commit comments

Comments
 (0)