Skip to content

Commit

Permalink
update elementui
Browse files Browse the repository at this point in the history
  • Loading branch information
YangShengJin committed May 14, 2019
1 parent dd73742 commit 0e7a406
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
# vue-element-template2

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your tests

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).

# 所选框架或插件库版本

- "axios": "^0.18.0",
- "element-ui": "^2.4.5",
- "js-cookie": "^2.2.0",
- "screenfull": "^3.3.1",
- "vue": "^2.6.10",
- "vue-router": "^3.0.6",
- "vuex": "^3.1.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"axios": "^0.18.0",
"core-js": "^2.6.5",
"element-ui": "^2.4.5",
"element-ui": "^2.6.0",
"js-cookie": "^2.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
Expand Down

0 comments on commit 0e7a406

Please sign in to comment.