We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxi module add
1 parent 25be818 commit 600d0fbCopy full SHA for 600d0fb
README.md
@@ -28,12 +28,8 @@ Refer to the [Vue Query documentation](https://tanstack.com/query/latest/docs/vu
28
### 1. Use npm, pnpm or yarn to install the dependencies.
29
30
```bash
31
-# npm
32
-npm i @hebilicious/vue-query-nuxt @tanstack/vue-query
33
-# pnpm
34
-pnpm i @hebilicious/vue-query-nuxt @tanstack/vue-query
35
-# yarn
36
-yarn add @hebilicious/vue-query-nuxt @tanstack/vue-query
+npx nuxi@latest module add vue-query
+npm i @tanstack/vue-query
37
```
38
39
### 2. Add the modules to your Nuxt modules
0 commit comments