<p align="center">
<img src="https://cdn.rawgit.com/ElemeFE/element/dev/element_logo.svg">
</p>
<p align="center">
<a href="https://travis-ci.org/ElemeFE/element">
<img src="https://travis-ci.org/ElemeFE/element.svg?branch=master">
</a>
<a href="https://coveralls.io/github/ElemeFE/element?branch=master">
<img src="https://coveralls.io/repos/github/ElemeFE/element/badge.svg?branch=master">
</a>
<a href="https://cdnjs.com/libraries/element-ui">
<img src="https://img.shields.io/cdnjs/v/element-ui.svg">
</a>
<a href="https://www.npmjs.org/package/element-ui">
<img src="https://img.shields.io/npm/v/element-ui.svg">
</a>
<a href="https://npmcharts.com/compare/element-ui?minimal=true">
<img src="http://img.shields.io/npm/dm/element-ui.svg">
</a>
<br>
<a href="http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS">
<img src="http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS">
</a>
<a href="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
<img src="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
</a>
<a href="#backers">
<img src="https://opencollective.com/element/backers/badge.svg">
</a>
<a href="#sponsors">
<img src="https://opencollective.com/element/sponsors/badge.svg">
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
</a>
</p>
<p align="center">
<b>Special thanks to the generous sponsorship by:</b>
</p>
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://tipe.io/?ref=element" target="_blank">
<img width="150px" src="https://user-images.githubusercontent.com/1016365/34124854-48fafa06-e3e9-11e7-8c04-251055feebee.png">
</a>
</td>
<td align="center" valign="middle">
<a href="https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index" target="_blank">
<img width="150px" src="https://user-images.githubusercontent.com/10095631/35603534-bb24470c-0678-11e8-8bcc-17ceaef8cbef.png">
</a>
</td>
<td align="center" valign="middle">
<a href="https://bitsrc.io/" target="_blank">
<img width="150px" src="https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png">
</a>
</td>
</tr>
</tbody>
</table>
> A Vue.js 2.0 UI Toolkit for Web.
## Links
- Homepage and documentation
- [International users](http://element.eleme.io/#/en-US)
- [Chinese users](http://element-cn.eleme.io/#/zh-CN)
- [Spanish users](http://element.eleme.io/#/es)
- [French users](http://element.eleme.io/#/fr-FR)
- [awesome-element](https://github.com/ElementUI/awesome-element)
- [FAQ](./FAQ.md)
- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)
- [Preview and generate theme online](https://elementui.github.io/theme-chalk-preview)
- [Element for React](https://github.com/elemefe/element-react)
- [Element for Angular](https://github.com/ElemeFE/element-angular)
- [Atom helper](https://github.com/ElemeFE/element-helper)
- [Visual Studio Code helper](https://github.com/ElemeFE/vscode-element-helper)
- Starter kit
- [element-starter](https://github.com/ElementUI/element-starter)
- [element-in-laravel-starter](https://github.com/ElementUI/element-in-laravel-starter)
- [Design resources](https://github.com/ElementUI/Resources)
- Gitter
- [International users](https://gitter.im/element-en/Lobby)
- [Chinese users](https://gitter.im/ElemeFE/element)
## Install
```shell
npm install element-ui -S
```
## Quick Start
``` javascript
import Vue from 'vue'
import Element from 'element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'element-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
```
For more information, please refer to [Quick Start](http://element.eleme.io/#/en-US/component/quickstart) in our documentation.
## Browser Support
Modern browsers and Internet Explorer 10+.
## Development
Skip this part if you just want to use Element.
For those who are interested in contributing to Element, please refer to our contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) to see how to run this project.
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
## FAQ
We have collected some [frequently asked questions](https://github.com/ElemeFE/element/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.
## Contribution
Please make sure to read the contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) before making a pull request.
[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/67274736)
## Special Thanks
English documentation is brought to you by SwiftGG Translation Team:
- [raychenfj](https://github.com/raychenfj)
- [kevin](http://thekevin.cn/)
- [曾小涛](https://github.com/zengxiaotao)
- [湾仔王二](https://github.com/wanzaiwanger)
- [BlooDLine](http://www.ibloodline.com/)
- [陈铭嘉](https://chenmingjia.github.io/)
- [千叶知风](http://mpc6.com/)
- [梁杰](http://numbbbbb.com)
- [Changing](https://github.com/sunzhuo11)
- [mmoaay](https://github.com/mmoaay)
Spanish documentation is made possible by these community developers:
- [adavie1](https://github.com/adavie1)
- [carmencitaqiu](https://github.com/carmencitaqiu)
- [coderdiaz](https://github.com/coderdiaz)
- [fedegar33](https://github.com/fedegar33)
- [Gonzalo2310](https://github.com/Gonzalo2310)
- [lesterbx](https://github.com/lesterbx)
- [ProgramerGuy](https://github.com/ProgramerGuy)
- [SantiagoGdaR](https://github.com/SantiagoGdaR)
- [sigfriedCub1990](https://github.com/sigfriedCub1990)
- [thechosenjuan](https://github.com/thechosenjuan)
French documentation is made possible by these community developers:
- [smalesys](https://github.com/smalesys)
- [blombard](https://github.com/blombard)
## Donation
If you find Element useful, you can buy us a cup of coffee
<img width="650" src="https://user-images.githubusercontent.com/14025786/44833997-5d7c4d80-ac62-11e8-8445-1dffec0eb13c.png" alt="donation">
## Backers
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/element#backer)]
<a href="https://opencollective.com/element/backer/0/website" target="_blank"><img src="https://opencollective.com/element/backer/0/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/1/website" target="_blank"><img src="https://opencollective.com/element/backer/1/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/2/website" target="_blank"><img src="https://opencollective.com/element/backer/2/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/3/website" target="_blank"><img src="https://opencollective.com/element/backer/3/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/4/website" target="_blank"><img src="https://openco
没有合适的资源?快使用搜索试试~ 我知道了~
菜单管理整个代码。。。。。
共1788个文件
js:446个
xml:369个
java:180个
需积分: 9 0 下载量 201 浏览量
2022-04-21
08:46:33
上传
评论
收藏 4.92MB RAR 举报
温馨提示
菜单管理整个代码。。。。。
资源详情
资源评论
资源推荐
收起资源包目录
菜单管理整个代码。。。。。 (1788个子文件)
11416838de1a28779f3cbdc5fc891e18061e1f 211B
1e03ea8127b426026a86def0f90ea69dc82ff6 53B
202709fe4af3bdbc5e9e6fdf2f6661a10d9b7b 45B
23f78fb7eddf979320182e319f084a0944567d 46B
25f96cb605701e272ba5d5ccfce9f71e3187d3 66B
279d9a490cf4743ff908c95e816d091d194b11 120B
2d572ce90e5085986bdd9c9204b9404f028084 130B
3fe215350d9354c927a5bf04d4df97d7632c95 234B
42626bec7f7ea7da31579c1c9968fe15f7db14 121B
55d34f6948801fdc7dd90f021ddb465219983b 79B
5eb6ba269cd38f8965cef786729790945d9537 2KB
66debd74b869ff1d8e95533534f9af7b8afcaa 53B
6b5431b4c3cab50323a3f558003fd0abd87dad 3KB
8b0a39963c60bf5053128eee8deb389bb940f4 32B
a3040aa86debfd8826d9c2b5c816314c17d9fe 235B
ae9484ad818e870ebc4c00487b0f1513ae82e6 76B
b2877a628d368f3026820cb4bf377d7241668b 192B
b885fb3ceaa638720d8cc1b50d58ea473c9f92 45B
list.vue.back 9KB
index.vue.back 761B
index.js.back 262B
bee162d69f278b0975fe4aa6c0bcd7897a5258 108B
bf4cf610648943581817557053739d932c2ca6 50B
c38907b5e8a3d8ee338911505a3b87636ee0b2 49B
c7d4a55c0cd0092912bf49ae38b3a9e3fd0054 43KB
c9b7dba1eb912a9c999f93f41d20fad0301496 214B
ca3b69bc4d02882129d55108730ac42579ce6c 74B
cecd8fe125cbae619fdbba82d9a17cd6fe03b3 586B
HttpClientUtils.class 11KB
PermissionServiceImpl.class 11KB
EduVideo.class 10KB
Permission.class 10KB
Order.class 10KB
EduCourse.class 10KB
CourseWebVoOrder.class 9KB
CourseWebVo.class 9KB
CanalClient.class 9KB
UcenterMemberOrder.class 8KB
UcenterMember.class 8KB
PayLog.class 7KB
EduCourseServiceImpl.class 7KB
HttpClient.class 7KB
EduTeacher.class 7KB
TokenWebSecurityConfig.class 7KB
User.class 6KB
EduTeacherController.class 6KB
PayLogServiceImpl.class 6KB
UserController.class 6KB
StatisticsDaily.class 6KB
CourseInfoVo.class 6KB
CrmBanner.class 6KB
RoleServiceImpl.class 5KB
RedisConfig.class 5KB
Role.class 5KB
UcenterMemberServiceImpl.class 5KB
CodeGenerator.class 5KB
StatisticsDailyServiceImpl.class 5KB
TokenAuthenticationFilter.class 5KB
CodeGenerator.class 5KB
CodeGenerator.class 5KB
CodeGenerator.class 5KB
R.class 5KB
CoursePublishVo.class 5KB
TokenLoginFilter.class 5KB
EduChapterServiceImpl.class 5KB
EduSubject.class 5KB
CodeGenerator.class 5KB
RolePermission.class 5KB
EduChapter.class 5KB
UserRole.class 5KB
CourseFrontVo.class 5KB
RoleController.class 5KB
EduSubjectServiceImpl.class 4KB
AuthGlobalFilter.class 4KB
IndexServiceImpl.class 4KB
CourseFrontController.class 4KB
SecurityUser.class 4KB
ErrorHandlerConfig.class 4KB
WxApiController.class 4KB
VodController.class 4KB
VodServiceImpl.class 4KB
JsonExceptionHandler.class 4KB
EduCourseDescription.class 4KB
EduCourseController.class 4KB
User.class 4KB
SubjectExcelListener.class 3KB
UcenterMemberController.class 3KB
BannerAdminController.class 3KB
TeacherFrontController.class 3KB
JwtUtils.class 3KB
PermissionController.class 3KB
OrderController.class 3KB
TestVod.class 3KB
TeacherQuery.class 3KB
MemuHelper.class 3KB
EduTeacherServiceImpl.class 3KB
OrderServiceImpl.class 3KB
RegisterVo.class 3KB
EduVideoServiceImpl.class 3KB
EduChapterController.class 3KB
共 1788 条
- 1
- 2
- 3
- 4
- 5
- 6
- 18
Milo(xiu)
- 粉丝: 78
- 资源: 26
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于C语言的嵌入式软件定时器详细文档+全部资料+高分项目+源码.zip
- 基于ffmpeg的直播推流器,超级稳定,经过长时间稳定性测试,超低延时,可用于手机,电视,嵌入式等直播App及设备。详细文档+全部资料+高分项目+源码.zip
- 基于DCT算法的水印嵌入和提取的移动智能终端数字图像证据系统详细文档+全部资料+高分项目+源码.zip
- 基于FPGA的DDR1控制器,为低端FPGA嵌入式系统提供廉价、大容量的存储详细文档+全部资料+高分项目+源码.zip
- 基于FreeRTOS开发的嵌入式开发框架详细文档+全部资料+高分项目+源码.zip
- 基于FMCW雷达的多天线定位系统详细文档+全部资料+高分项目+源码.zip
- 基于FriendlyARM6410平台的嵌入式Qt程序:实时天气信息,远程vnc控制,远程监视摄像头,语音控制,语音输出TTS详细文档+全部资料+高分项目+源码.zip
- 基于FSMPSTem32的嵌入式音乐播放器、实训作业详细文档+全部资料+高分项目+源码.zip
- 基于GEC6818嵌入式大作业详细文档+全部资料+高分项目+源码.zip
- 基于jetty嵌入式容器的java性能分析工具,内嵌H2 database,以图表形式直观展现应用当前性能数据详细文档+全部资料+高分项目+源码.zip
- 基于jq开发的数学公式插件,可随意嵌入web中详细文档+全部资料+高分项目+源码.zip
- 基于Linux系统的应用程序,旨在搭建一套完整的多进程多线程通讯的消息框架. 支持多SOC的嵌入式APP详细文档+全部资料+高分项目+源码.zip
- 基于mplayer的嵌入式音视频播放器详细文档+全部资料+高分项目+源码.zip
- 基于LSM-Tree的嵌入式数据库详细文档+全部资料+高分项目+源码.zip
- 基于liunx下的一个QT程序,KTV点歌系统嵌入式设备详细文档+全部资料+高分项目+源码.zip
- 基于MySQL的嵌入式Linux智慧农业采集控制系统详细文档+全部资料+高分项目+源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0