An open API service indexing awesome lists of open source software.

https://github.com/toesbieya/el-admin-layout

基于element-ui的后台管理layout组件
https://github.com/toesbieya/el-admin-layout

admin-layout vue-admin vue-layout

Last synced: 5 months ago
JSON representation

基于element-ui的后台管理layout组件

Awesome Lists containing this project

README

          

# el-admin-layout

这是一个基于`element-ui`的后台管理layout组件,需要配合`vue2`、`vue-router3`使用。

- [在线预览](https://toesbieya.cn/el-admin-layout)

- [文档](https://doc.toesbieya.cn/el-admin-layout)

## 功能特性

- flex布局、有限的移动端适配
- 仿`ant-design-pro`的三种导航
- 多页签
- 侧边栏和顶栏的深色\亮色主题
- 侧边栏可搜索
- 路由和菜单分离
- 支持各种页面缓存(不支持嵌套路由)
- 支持iframe、外链
- 数据外部可控,满足大部分定制化需求

## 安装

```
npm i el-admin-layout -S
```