Skip to content

Commit 9c5e266

Browse files
committed
docs: note simple query for scope installation instructions
1 parent f316956 commit 9c5e266

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

www/src/content/docs/scope.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ Output:
2929

3030
## Installation
3131

32+
### With the Simple Query Astro integration
33+
34+
Simple Scope is included with the [Simple Query](/query#installation) Astro integration. You can apply this integration using the `astro add` CLI:
35+
36+
```bash
37+
astro add simple-stack-query
38+
```
39+
40+
If you do not want to use Simple Query, install as a vite plugin with the following instructions.
41+
42+
### As a vite plugin
43+
3244
Simple scope is a vite plugin compatible with any vite-based framework (Astro, Nuxt, SvelteKit, etc). First install the dependency from npm:
3345

3446
```bash

0 commit comments

Comments
 (0)