From fae451cc4e3bf959b74aa7b77f013d60d951e239 Mon Sep 17 00:00:00 2001 From: Yang Mingshan Date: Fri, 17 May 2024 19:01:57 +0800 Subject: [PATCH] docs: update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b538a0..137ec70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # create-vue-mini node compatibility -Vue Mini 脚手架。 +创建 Vue Mini 小程序项目的最佳方案。

@@ -8,10 +8,16 @@ Vue Mini 脚手架。 ## 使用 +要使用 `create-vue-mini` 创建一个全新的 Vue Mini 小程序项目,请直接在终端内运行以下命令: + ```bash npm create vue-mini@latest ``` +> [!NOTE] + +> `@latest` **不能**省略, 否则 `npm` 可能会使用已缓存的旧版本. + ## 致谢 此项目由 [create-vue](https://github.com/vuejs/create-vue) 修改而来。