提交 9e56bc7b 编写于 作者: Q qiang014 提交者: Gitee

update docs/quickstart-cli.md.

上级 e21f7baf
......@@ -6,7 +6,7 @@
全局安装vue-cli
```
```shell
npm install -g @vue/cli
```
......@@ -14,13 +14,13 @@ npm install -g @vue/cli
**使用正式版**(对应HBuilderX最新正式版)
```
```shell
vue create -p dcloudio/uni-preset-vue my-project
```
**使用alpha版**(对应HBuilderX最新alpha版)
```
```shell
vue create -p dcloudio/uni-preset-vue#alpha my-alpha-project
```
......@@ -51,7 +51,7 @@ vue create -p dcloudio/uni-preset-vue#alpha my-alpha-project
## 运行、发布uni-app
```
```shell
npm run dev:%PLATFORM%
npm run build:%PLATFORM%
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册