We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nuxi module add
1 parent 7221916 commit 479fbb2Copy full SHA for 479fbb2
docs/content/1.getting-started/1.quick-start.md
@@ -10,15 +10,9 @@ Get started by creating a quick demo with the [SpaceX GraphQL API](https://api.s
10
## Setup
11
12
1. **Add `nuxt-graphql-client` dependency to your project**
13
-
14
-::code-group
15
-```bash [Yarn]
16
-yarn add nuxt-graphql-client
+```bash
+npx nuxi@latest module add graphql-client
17
```
18
-```bash [NPM]
19
-npm install nuxt-graphql-client
20
-```
21
-::
22
23
2. **Enable the module in your nuxt configuration**
24
docs/content/1.index.md
@@ -12,7 +12,7 @@ cta:
secondary:
- Open on GitHub →
- https://github.com/diizzayy/nuxt-graphql-client
-snippet: yarn add nuxt-graphql-client
+snippet: npx nuxi@latest module add graphql-client
---
#title
0 commit comments