Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qidaizhe11/element-pro
Vue 版 Ant Design Pro(基于 Element-ui 实现)
https://github.com/qidaizhe11/element-pro
antd-pro element-ui-pro vue
Last synced: 1 day ago
JSON representation
Vue 版 Ant Design Pro(基于 Element-ui 实现)
- Host: GitHub
- URL: https://github.com/qidaizhe11/element-pro
- Owner: qidaizhe11
- License: mit
- Created: 2017-11-23T08:40:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:20:47.000Z (over 6 years ago)
- Last Synced: 2024-04-26T13:33:21.132Z (7 months ago)
- Topics: antd-pro, element-ui-pro, vue
- Language: Vue
- Homepage: https://qidaizhe11.github.io/element-pro
- Size: 22 MB
- Stars: 277
- Watchers: 15
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Element UI Pro
Vue 版 Ant Design Pro(基于 Element-ui 实现)
![](https://qidaizhe11.github.io/element-pro/images/show.png)
- 预览:https://qidaizhe11.github.io/element-pro
## 特性
- **漂亮**: 高度还原Ant Design Pro设计效果
- **最新技术栈**:使用 Vue/Element UI/Typescript/ECharts等前端前沿技术开发
- **响应式**:针对不同屏幕大小设计
- **代码级还原**:代码组织与实现均在Vue推荐用法基础上尽可能与Ant Design Pro高度一致
- **Mock 数据**:基于[JSON Server](https://github.com/typicode/json-server)及nodemon实现与Ant Design Pro一致用法的本地数据调试方案## 使用
``` bash
$ git clone https://github.com/qidaizhe11/element-pro.git --depth=1
$ cd element-pro
$ npm install
$ npm run mock
$ npm run dev
```## 兼容性
Modern browsers and IE11.