Skip to content

Commit 600d0fb

Browse files
authored
docs: use new nuxi module add command in installation (#83)
* docs: use new `nuxi module add` command in installation * chore: install vue-query too
1 parent 25be818 commit 600d0fb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ Refer to the [Vue Query documentation](https://tanstack.com/query/latest/docs/vu
2828
### 1. Use npm, pnpm or yarn to install the dependencies.
2929

3030
```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
31+
npx nuxi@latest module add vue-query
32+
npm i @tanstack/vue-query
3733
```
3834

3935
### 2. Add the modules to your Nuxt modules

0 commit comments

Comments
 (0)