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.
nuxi module add
1 parent 64576da commit 1f7b6ebCopy full SHA for 1f7b6eb
README.md
@@ -33,13 +33,13 @@ Find and replace all on all files (CMD+SHIFT+F):
33
34
```bash
35
# Using pnpm
36
-pnpm add -D @ant-design-vue/nuxt
+npx nuxi@latest module add ant-design-vue
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
43
```
44
45
2. Add `@ant-design-vue/nuxt` to the `modules` section of `nuxt.config.ts`
0 commit comments