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.
2 parents 64576da + 13f8746 commit 5e14681Copy full SHA for 5e14681
README.md
@@ -32,14 +32,7 @@ Find and replace all on all files (CMD+SHIFT+F):
32
1. Add `@ant-design-vue/nuxt` dependency to your project
33
34
```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
+npx nuxi@latest module add ant-design-vue
43
```
44
45
2. Add `@ant-design-vue/nuxt` to the `modules` section of `nuxt.config.ts`
0 commit comments