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) 修改而来。