EleAdmin cloned from https://gitee.com/bfgdqch/EleAdmin/tree/3.1/
Translated some part to English
New version, compatible with the old version, a lot of transformation, more clear
- Adopted the latest version of Vue, ElementUI
- The code is more concise and more powerful
- New CMS utility function: module generation system (2.0 function is not updated temporarily)
Concise design ideas
- Element page (chart, form, table, tree) and container page (management interface, login interface) design ideas
- ele-admin language: automatically generate interface through json data
- Configuration data (json) is simple and unified, easy to understand
screenshot
Login page
管理页面,这是一个容器页面
表单页面及后台发来的json,按照json自动生成的元素页面
模块页可添加、删除项,简单的项联动也实现了
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run server
# build for prod
npm run build



