Skip to content

Commit 5e14681

Browse files
authored
Merge pull request #50 from danielroe/module-installation
docs: use new `nuxi module add` command in installation
2 parents 64576da + 13f8746 commit 5e14681

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ Find and replace all on all files (CMD+SHIFT+F):
3232
1. Add `@ant-design-vue/nuxt` dependency to your project
3333

3434
```bash
35-
# Using pnpm
36-
pnpm add -D @ant-design-vue/nuxt
37-
38-
# Using yarn
39-
yarn add --dev @ant-design-vue/nuxt
40-
41-
# Using npm
42-
npm install --save-dev @ant-design-vue/nuxt
35+
npx nuxi@latest module add ant-design-vue
4336
```
4437

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

0 commit comments

Comments
 (0)