From f168b9d8365d8761eca6fac6c2a04f719c723723 Mon Sep 17 00:00:00 2001 From: wyudong Date: Mon, 22 May 2017 22:39:14 +0800 Subject: [PATCH] Add minimum version of element-ui and vue --- README-en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index c8f2042d..a7820fc2 100644 --- a/README-en.md +++ b/README-en.md @@ -1,9 +1,11 @@ ## Intro -> In the past half year, I have been building a backend for management dashboard using Vue. Though the backend has contained greater than 70 pages and over 10 permissions, it still takes insignificant effort to maintain the project. So I decide to make it open source so as to share my development experience and progress on backend. The tech stack is mainly [Vue.js](https://github.com/vuejs/vue)+[Element](https://github.com/ElemeFE/element)+[axios](https://github.com/mzabriskie/axios). Since it's a personal project, all the data requests are generated with [Mock.js](https://github.com/nuysoft/Mock). **Notes:** if anyone wants to modify or develop based on this project, please remove mock files, otherwise all the requests will be passed through proxy! +> In the past half year, I have been building a backend for management dashboard using Vue. Though the backend has contained greater than 70 pages and over 10 permissions, it still takes insignificant effort to maintain the project. So I decide to make it open source so as to share my development experience and progress on backend. The tech stack is mainly [Vue.js](https://github.com/vuejs/vue)+[Element](https://github.com/ElemeFE/element)+[axios](https://github.com/mzabriskie/axios). Since it's a personal project, all data requests are simulated with [Mock.js](https://github.com/nuysoft/Mock). **Note:** if anyone wants to modify or develop based on this project, please remove the mock files. **Live demo:** http://panjiachen.github.io/vue-element-admin +**Note: element-ui@1.3.3 is used in the project, so vue 2.3.0+ is required.** + More tutorials incoming. Including articles on: - How to build structure of a backend dashboard project from scratch