diff --git a/README.md b/README.md index 39ee9a8..1a86902 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/package.json b/package.json index a108cba..a2f4e32 100644 --- a/package.json +++ b/package.json @@ -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",