From 1f7b6eb8aebda45860f31b1ac34ab54f9c3187c9 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 2 Apr 2024 13:43:44 +0100 Subject: [PATCH 1/3] docs: use new `nuxi module add` command in installation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16c4e48..88c66d8 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ Find and replace all on all files (CMD+SHIFT+F): ```bash # Using pnpm -pnpm add -D @ant-design-vue/nuxt +npx nuxi@latest module add ant-design-vue # Using yarn -yarn add --dev @ant-design-vue/nuxt +npx nuxi@latest module add ant-design-vue # 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` From 9d216954da148303c4d466dc9f0e2245a2ec50d3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 2 Apr 2024 13:45:18 +0100 Subject: [PATCH 2/3] chore: remove duplicates --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 88c66d8..d9dc405 100644 --- a/README.md +++ b/README.md @@ -32,13 +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 npx nuxi@latest module add ant-design-vue - -# Using yarn -npx nuxi@latest module add ant-design-vue - -# Using npm npx nuxi@latest module add ant-design-vue ``` From 13f8746e95f30584b8f7c63b7019a25d8170d2a4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 2 Apr 2024 13:45:34 +0100 Subject: [PATCH 3/3] chore: another duplicate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d9dc405..648549d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Find and replace all on all files (CMD+SHIFT+F): ```bash npx nuxi@latest module add ant-design-vue -npx nuxi@latest module add ant-design-vue ``` 2. Add `@ant-design-vue/nuxt` to the `modules` section of `nuxt.config.ts`