From 36f9d84d8cdfe4b1f4684b8e677ef1ffffda2cbc Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:09:08 +0100 Subject: [PATCH 1/2] docs: use new `nuxi module add` command in installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf6248..714e1f1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Install ```shell -npm i vant @vant/nuxt -D +npx nuxi@latest module add vant ``` ```ts From 7e06878993927432fc1ed7b1b7ba2ad48b14e484 Mon Sep 17 00:00:00 2001 From: tolking Date: Thu, 4 Apr 2024 15:34:46 +0800 Subject: [PATCH 2/2] docs: updata --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 714e1f1..dbe319a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ ```shell npx nuxi@latest module add vant +# or +npm i vant @vant/nuxt -D ``` ```ts