Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed Apr 24, 2019
2 parents abc5c06 + b3d51a4 commit a98e32d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetrial/vue-cli-plugin-element",
"version": "1.0.3",
"version": "1.1.0",
"description": "Quickly build a backend system with vue-cli and element-ui in seconds.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a98e32d

Please sign in to comment.