https://github.com/mudin/eleadmin
EleAdmin
https://github.com/mudin/eleadmin
element-ui vue
Last synced: over 1 year ago
JSON representation
EleAdmin
- Host: GitHub
- URL: https://github.com/mudin/eleadmin
- Owner: mudin
- Created: 2019-08-15T01:19:21.000Z (almost 7 years ago)
- Default Branch: 3.1
- Last Pushed: 2021-02-23T00:49:28.000Z (over 5 years ago)
- Last Synced: 2025-01-21T09:29:03.278Z (over 1 year ago)
- Topics: element-ui, vue
- Language: Vue
- Homepage: https://mudin.github.io/ele-admin/
- Size: 7.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ele-admin 3.1
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
1. Adopted the latest version of Vue, ElementUI
2. The code is more concise and more powerful
3. New CMS utility function: module generation system (2.0 function is not updated temporarily)
> Concise design ideas
1. Element page (chart, form, table, tree) and container page (management interface, login interface) design ideas
2. ele-admin language: automatically generate interface through json data
3. Configuration data (json) is simple and unified, easy to understand
> screenshot
Login page

管理页面,这是一个容器页面

表单页面及后台发来的json,按照json自动生成的元素页面

模块页可添加、删除项,简单的项联动也实现了

## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run server
# build for prod
npm run build