Skip to content

Commit f168b9d

Browse files
wyudongPanJiaChen
authored andcommitted
Add minimum version of element-ui and vue
1 parent be69707 commit f168b9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README-en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Intro
22

3-
> 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!
3+
> 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.
44
55
**Live demo:** http://panjiachen.github.io/vue-element-admin
66

7+
**Note: [email protected] is used in the project, so vue 2.3.0+ is required.**
8+
79
More tutorials incoming. Including articles on:
810

911
- How to build structure of a backend dashboard project from scratch

0 commit comments

Comments
 (0)