Skip to content

Commit 1f7b6eb

Browse files
committed
docs: use new nuxi module add command in installation
1 parent 64576da commit 1f7b6eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Find and replace all on all files (CMD+SHIFT+F):
3333

3434
```bash
3535
# Using pnpm
36-
pnpm add -D @ant-design-vue/nuxt
36+
npx nuxi@latest module add ant-design-vue
3737

3838
# Using yarn
39-
yarn add --dev @ant-design-vue/nuxt
39+
npx nuxi@latest module add ant-design-vue
4040

4141
# Using npm
42-
npm install --save-dev @ant-design-vue/nuxt
42+
npx nuxi@latest module add ant-design-vue
4343
```
4444

4545
2. Add `@ant-design-vue/nuxt` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)