Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed May 17, 2024
1 parent d1a82b8 commit fae451c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# create-vue-mini <a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/create-vue-mini" alt="node compatibility"></a>

Vue Mini 脚手架
创建 Vue Mini 小程序项目的最佳方案

<p align="center">
<img src="https://github.com/vue-mini/create-vue-mini/blob/main/media/screenshot-cli.png?raw=true" width="738">
</p>

## 使用

要使用 `create-vue-mini` 创建一个全新的 Vue Mini 小程序项目,请直接在终端内运行以下命令:

```bash
npm create vue-mini@latest
```

> [!NOTE]
> `@latest` **不能**省略, 否则 `npm` 可能会使用已缓存的旧版本.
## 致谢

此项目由 [create-vue](https://github.com/vuejs/create-vue) 修改而来。
Expand Down

0 comments on commit fae451c

Please sign in to comment.