实例介绍
这是爱投票管理系统前端页面,该前端项目前使用的是vu + element-ui,运行该项目电脑需要安装node.js
【实例截图】
【核心代码】
hgy717-13133325-爱投票系统 - 前端页面.zip
└── 爱投票系统 - 前端页面
├── babel.config.js
├── build
│ └── index.js
├── jest.config.js
├── jsconfig.json
├── LICENSE
├── package.json
├── package-lock.json
├── plopfile.js
├── plop-templates
│ ├── component
│ │ ├── index.hbs
│ │ └── prompt.js
│ ├── store
│ │ ├── index.hbs
│ │ └── prompt.js
│ ├── utils.js
│ └── view
│ ├── index.hbs
│ └── prompt.js
├── postcss.config.js
├── public
│ ├── favicon.ico
│ └── index.html
├── README.md
├── src
│ ├── api
│ │ ├── login.js
│ │ └── system
│ │ ├── dept.js
│ │ ├── log.js
│ │ ├── menu.js
│ │ ├── post.js
│ │ ├── role.js
│ │ └── sysuser.js
│ ├── App.vue
│ ├── assets
│ │ ├── 401_images
│ │ │ └── 401.gif
│ │ ├── 404_images
│ │ │ ├── 404_cloud.png
│ │ │ └── 404.png
│ │ ├── custom-theme
│ │ │ ├── fonts
│ │ │ │ ├── element-icons.ttf
│ │ │ │ └── element-icons.woff
│ │ │ └── index.css
│ │ ├── dark.svg
│ │ ├── icons
│ │ ├── light.svg
│ │ ├── login.png
│ │ ├── logo
│ │ │ └── logo.png
│ │ └── particles.json
│ ├── components
│ │ ├── BackToTop
│ │ │ └── index.vue
│ │ ├── Bar.vue
│ │ ├── Breadcrumb
│ │ │ └── index.vue
│ │ ├── Cell
│ │ │ └── index.vue
│ │ ├── ChartCard
│ │ │ └── index.vue
│ │ ├── Charts
│ │ │ ├── Keyboard.vue
│ │ │ ├── LineMarker.vue
│ │ │ ├── MixChart.vue
│ │ │ └── mixins
│ │ │ └── resize.js
│ │ ├── CustomDialog
│ │ │ └── index.vue
│ │ ├── DndList
│ │ │ └── index.vue
│ │ ├── DragSelect
│ │ │ └── index.vue
│ │ ├── Dropzone
│ │ │ └── index.vue
│ │ ├── ErrorLog
│ │ │ └── index.vue
│ │ ├── Hamburger
│ │ │ └── index.vue
│ │ ├── HeaderSearch
│ │ │ └── index.vue
│ │ ├── IconSelect
│ │ │ ├── index.vue
│ │ │ └── requireIcons.js
│ │ ├── ImageCropper
│ │ │ ├── index.vue
│ │ │ └── utils
│ │ │ ├── data2blob.js
│ │ │ ├── effectRipple.js
│ │ │ ├── language.js
│ │ │ └── mimes.js
│ │ ├── JsonEditor
│ │ │ └── index.vue
│ │ ├── Kanban
│ │ │ └── index.vue
│ │ ├── layout.vue
│ │ ├── MarkdownEditor
│ │ │ ├── default-options.js
│ │ │ └── index.vue
│ │ ├── MDinput
│ │ │ └── index.vue
│ │ ├── MiniArea
│ │ │ └── index.vue
│ │ ├── MiniBar
│ │ │ └── index.vue
│ │ ├── MiniProgress
│ │ │ └── index.vue
│ │ ├── Pagination
│ │ │ └── index.vue
│ │ ├── PanThumb
│ │ │ └── index.vue
│ │ ├── RankList
│ │ │ └── index.vue
│ │ ├── RightPanel
│ │ │ └── index.vue
│ │ ├── Screenfull
│ │ │ └── index.vue
│ │ ├── Share
│ │ │ └── DropdownMenu.vue
│ │ ├── SizeSelect
│ │ │ └── index.vue
│ │ ├── Sticky
│ │ │ └── index.vue
│ │ ├── SvgIcon
│ │ │ └── index.vue
│ │ ├── tableAction.vue
│ │ ├── TextHoverEffect
│ │ │ └── Mallki.vue
│ │ ├── ThemePicker
│ │ │ └── index.vue
│ │ ├── Tinymce
│ │ │ ├── components
│ │ │ │ └── EditorImage.vue
│ │ │ ├── dynamicLoadScript.js
│ │ │ ├── index.vue
│ │ │ ├── plugins.js
│ │ │ └── toolbar.js
│ │ ├── Trend
│ │ │ └── index.vue
│ │ ├── Upload
│ │ │ ├── SingleImage2.vue
│ │ │ ├── SingleImage3.vue
│ │ │ └── SingleImage.vue
│ │ └── UploadExcel
│ │ └── index.vue
│ ├── directive
│ │ ├── clipboard
│ │ │ ├── clipboard.js
│ │ │ └── index.js
│ │ ├── el-drag-dialog
│ │ │ ├── drag.js
│ │ │ └── index.js
│ │ ├── el-table
│ │ │ ├── adaptive.js
│ │ │ └── index.js
│ │ ├── permission
│ │ │ ├── index.js
│ │ │ ├── permisaction.js
│ │ │ └── permission.js
│ │ ├── sticky.js
│ │ └── waves
│ │ ├── index.js
│ │ ├── waves.css
│ │ └── waves.js
│ ├── filters
│ │ └── index.js
│ ├── icons
│ │ ├── index.js
│ │ ├── svg
│ │ │ ├── 404.svg
│ │ │ ├── bug.svg
│ │ │ ├── build.svg
│ │ │ ├── calendar.svg
│ │ │ ├── cascader.svg
│ │ │ ├── chart.svg
│ │ │ ├── checkbox.svg
│ │ │ ├── clipboard.svg
│ │ │ ├── code.svg
│ │ │ ├── color.svg
│ │ │ ├── component.svg
│ │ │ ├── dashboard.svg
│ │ │ ├── date-range.svg
│ │ │ ├── date.svg
│ │ │ ├── dict.svg
│ │ │ ├── documentation.svg
│ │ │ ├── download.svg
│ │ │ ├── drag copy.svg
│ │ │ ├── drag.svg
│ │ │ ├── druid.svg
│ │ │ ├── edit.svg
│ │ │ ├── education.svg
│ │ │ ├── email.svg
│ │ │ ├── example.svg
│ │ │ ├── excel.svg
│ │ │ ├── exit-fullscreen.svg
│ │ │ ├── eye-open.svg
│ │ │ ├── eye.svg
│ │ │ ├── form.svg
│ │ │ ├── fullscreen.svg
│ │ │ ├── github.svg
│ │ │ ├── guide.svg
│ │ │ ├── heart.svg
│ │ │ ├── icon.svg
│ │ │ ├── input.svg
│ │ │ ├── international.svg
│ │ │ ├── job.svg
│ │ │ ├── language.svg
│ │ │ ├── link.svg
│ │ │ ├── list.svg
│ │ │ ├── lock.svg
│ │ │ ├── logininfor.svg
│ │ │ ├── log.svg
│ │ │ ├── message.svg
│ │ │ ├── money.svg
│ │ │ ├── monitor.svg
│ │ │ ├── nested.svg
│ │ │ ├── network.svg
│ │ │ ├── number.svg
│ │ │ ├── online.svg
│ │ │ ├── pass.svg
│ │ │ ├── password.svg
│ │ │ ├── pdf.svg
│ │ │ ├── peoples.svg
│ │ │ ├── people.svg
│ │ │ ├── phone.svg
│ │ │ ├── post.svg
│ │ │ ├── qq.svg
│ │ │ ├── question.svg
│ │ │ ├── radio.svg
│ │ │ ├── rate.svg
│ │ │ ├── row.svg
│ │ │ ├── search.svg
│ │ │ ├── select.svg
│ │ │ ├── server.svg
│ │ │ ├── shopping.svg
│ │ │ ├── size.svg
│ │ │ ├── skill.svg
│ │ │ ├── slider.svg
│ │ │ ├── star.svg
│ │ │ ├── swagger.svg
│ │ │ ├── switch.svg
│ │ │ ├── system.svg
│ │ │ ├── table.svg
│ │ │ ├── tab.svg
│ │ │ ├── textarea.svg
│ │ │ ├── theme.svg
│ │ │ ├── time-range.svg
│ │ │ ├── time.svg
│ │ │ ├── tool.svg
│ │ │ ├── tree.svg
│ │ │ ├── tree-table.svg
│ │ │ ├── upload.svg
│ │ │ ├── user.svg
│ │ │ ├── validCode.svg
│ │ │ ├── vip.svg
│ │ │ ├── wechat.svg
│ │ │ └── zip.svg
│ │ └── svgo.yml
│ ├── layout
│ │ ├── BasicLayout.vue
│ │ ├── components
│ │ │ ├── AppMain.vue
│ │ │ ├── index.js
│ │ │ ├── Navbar.vue
│ │ │ ├── Settings
│ │ │ │ └── index.vue
│ │ │ ├── Sidebar
│ │ │ │ ├── FixiOSBug.js
│ │ │ │ ├── index.vue
│ │ │ │ ├── Item.vue
│ │ │ │ ├── Link.vue
│ │ │ │ ├── Logo.vue
│ │ │ │ └── SidebarItem.vue
│ │ │ └── TagsView
│ │ │ ├── index.vue
│ │ │ ├── ScrollPane.vue
│ │ │ └── TagsView.vue
│ │ ├── index.vue
│ │ └── mixin
│ │ └── ResizeHandler.js
│ ├── main.js
│ ├── permission.js
│ ├── router
│ │ ├── index.js
│ │ └── modules
│ │ ├── charts.js
│ │ ├── components.js
│ │ ├── nested.js
│ │ └── table.js
│ ├── settings.js
│ ├── store
│ │ ├── getters.js
│ │ ├── index.js
│ │ └── modules
│ │ ├── app.js
│ │ ├── errorLog.js
│ │ ├── permission.js
│ │ ├── settings.js
│ │ ├── system.js
│ │ ├── tagsView.js
│ │ └── user.js
│ ├── styles
│ │ ├── admin.scss
│ │ ├── btn.scss
│ │ ├── element-ui.scss
│ │ ├── element-variables.scss
│ │ ├── index.scss
│ │ ├── mixin.scss
│ │ ├── sidebar.scss
│ │ ├── transition.scss
│ │ ├── variables.css
│ │ ├── variables.min.css
│ │ └── variables.scss
│ ├── utils
│ │ ├── clipboard.js
│ │ ├── cookie-token.js
│ │ ├── costum.js
│ │ ├── dialog.js
│ │ ├── error-log.js
│ │ ├── generator
│ │ │ ├── config.js
│ │ │ ├── css.js
│ │ │ ├── drawingDefalut.js
│ │ │ ├── html.js
│ │ │ ├── icon.json
│ │ │ ├── index.js
│ │ │ ├── js.js
│ │ │ └── render.js
│ │ ├── get-page-title.js
│ │ ├── index.js
│ │ ├── open-window.js
│ │ ├── permission.js
│ │ ├── request.js
│ │ ├── scroll-to.js
│ │ ├── storage.js
│ │ ├── validate.js
│ │ └── zipdownload.js
│ ├── vendor
│ │ ├── Export2Excel.js
│ │ └── Export2Zip.js
│ └── views
│ ├── dashboard
│ │ ├── admin
│ │ │ ├── components
│ │ │ │ ├── BarChart.vue
│ │ │ │ ├── BoxCard.vue
│ │ │ │ ├── LineChart.vue
│ │ │ │ ├── mixins
│ │ │ │ │ └── resize.js
│ │ │ │ ├── PanelGroup.vue
│ │ │ │ ├── PieChart.vue
│ │ │ │ ├── RaddarChart.vue
│ │ │ │ └── TodoList
│ │ │ │ ├── index.scss
│ │ │ │ ├── index.vue
│ │ │ │ └── Todo.vue
│ │ │ └── index.vue
│ │ ├── editor
│ │ │ └── index.vue
│ │ └── index.vue
│ ├── error-page
│ │ ├── 401.vue
│ │ └── 404.vue
│ ├── login
│ │ ├── auth-redirect.vue
│ │ ├── components
│ │ │ └── SocialSignin.vue
│ │ └── index.vue
│ ├── redirect
│ │ └── index.vue
│ ├── system
│ │ ├── dept
│ │ │ └── index.vue
│ │ ├── log
│ │ │ ├── loginlog
│ │ │ │ └── index.vue
│ │ │ └── operlog
│ │ │ └── index.vue
│ │ ├── menu
│ │ │ └── index.vue
│ │ ├── role
│ │ │ └── index.vue
│ │ ├── user
│ │ │ └── index.vue
│ │ └── userinfo
│ │ ├── components
│ │ │ ├── Account.vue
│ │ │ ├── Activity.vue
│ │ │ ├── Timeline.vue
│ │ │ └── UserCard.vue
│ │ ├── index.vue
│ │ ├── resetPwd.vue
│ │ ├── userAvatar.vue
│ │ └── userInfo.vue
│ └── vote
└── vue.config.js
102 directories, 298 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论