Skip to content

Commit

Permalink
Merge pull request #50 from danielroe/module-installation
Browse files Browse the repository at this point in the history
docs: use new `nuxi module add` command in installation
  • Loading branch information
aibayanyu20 authored Apr 16, 2024
2 parents 64576da + 13f8746 commit 5e14681
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ Find and replace all on all files (CMD+SHIFT+F):
1. Add `@ant-design-vue/nuxt` dependency to your project

```bash
# Using pnpm
pnpm add -D @ant-design-vue/nuxt

# Using yarn
yarn add --dev @ant-design-vue/nuxt

# Using npm
npm install --save-dev @ant-design-vue/nuxt
npx nuxi@latest module add ant-design-vue
```

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

0 comments on commit 5e14681

Please sign in to comment.