Skip to content

Commit

Permalink
docs: update zh-CN guide
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed Jan 15, 2019
1 parent 52904aa commit 719c81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ yarn global add @vue/cli
vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
```

#### Plugin

如果你不想使用 preset 的方式,你也可以先通过 vue-cli 手动创建一个空的项目。

```bash
Expand All @@ -53,8 +55,6 @@ vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
vue create your-awesome-project
```

#### Plugin

然后通过 vue 将插件添加到你的项目中。

```bash
Expand Down

0 comments on commit 719c81b

Please sign in to comment.