在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 后台ui beyondadmin angular版本

后台ui beyondadmin angular版本

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.69M
  • 下载次数:4
  • 浏览次数:101
  • 发布时间:2021-03-05
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
非常漂亮的后台ui beyondadmin + angularjs 原连接:https://wrapbootstrap.com/theme/beyondadmin-responisve-admin-app-WB06R48S4
【实例截图】
【核心代码】
74563736-dbe5-48b8-8329-4203b40fdede
└── angular
├── app
│   ├── app.js
│   ├── beyond.js
│   ├── config.js
│   ├── config.lazyload.js
│   ├── config.router.js
│   ├── controllers
│   │   ├── accordion.js
│   │   ├── alert.js
│   │   ├── button.js
│   │   ├── chartjs.js
│   │   ├── dashboard.js
│   │   ├── databoxes.js
│   │   ├── datatable.js
│   │   ├── datepicker.js
│   │   ├── daterangepicker.js
│   │   ├── dropdown.js
│   │   ├── flot.js
│   │   ├── fullcalendar.js
│   │   ├── minicolors.js
│   │   ├── modal.js
│   │   ├── morris.js
│   │   ├── nestable.js
│   │   ├── nggrid.js
│   │   ├── pagination.js
│   │   ├── profile.js
│   │   ├── progressbar.js
│   │   ├── select2.js
│   │   ├── slider.js
│   │   ├── tab.js
│   │   ├── tagsinput.js
│   │   ├── textangular.js
│   │   ├── timepicker.js
│   │   ├── toaster.js
│   │   ├── treeview.js
│   │   └── validation.js
│   └── directives
│   ├── chatbar.js
│   ├── header.js
│   ├── loading.js
│   ├── navbar.js
│   ├── realtimechart.js
│   ├── sidebar.js
│   ├── skin.js
│   └── widget.js
├── assets
│   ├── css
│   │   ├── animate.css
│   │   ├── animate.min.css
│   │   ├── beyond.css
│   │   ├── beyond.css.map
│   │   ├── beyond-less
│   │   │   ├── 400-500.less
│   │   │   ├── accordions.less
│   │   │   ├── alerts.less
│   │   │   ├── angular-daterangepicker.less
│   │   │   ├── angular-slider.less
│   │   │   ├── angular-treeview.less
│   │   │   ├── animations.less
│   │   │   ├── body.less
│   │   │   ├── breadcrumbs.less
│   │   │   ├── buttons.less
│   │   │   ├── charts.less
│   │   │   ├── chat.less
│   │   │   ├── checkbox-radiobox.less
│   │   │   ├── colorpicker.less
│   │   │   ├── colors.less
│   │   │   ├── comment.less
│   │   │   ├── dashboard.less
│   │   │   ├── databoxes.less
│   │   │   ├── datepicker.less
│   │   │   ├── dropdowns.less
│   │   │   ├── dropzone.less
│   │   │   ├── editors.less
│   │   │   ├── fonts.less
│   │   │   ├── forms-inputs.less
│   │   │   ├── fullcalendar.less
│   │   │   ├── helpers.less
│   │   │   ├── invoice.less
│   │   │   ├── labels-badges.less
│   │   │   ├── loading.less
│   │   │   ├── lockscreen.less
│   │   │   ├── login.less
│   │   │   ├── mail.less
│   │   │   ├── main-container.less
│   │   │   ├── modals.less
│   │   │   ├── navbar.less
│   │   │   ├── nestable-lists.less
│   │   │   ├── ng-tags-input.less
│   │   │   ├── notifications.less
│   │   │   ├── orders.less
│   │   │   ├── page-content.less
│   │   │   ├── page-header-body.less
│   │   │   ├── pagination.less
│   │   │   ├── popovers.less
│   │   │   ├── pricing.less
│   │   │   ├── profile.less
│   │   │   ├── progressbars.less
│   │   │   ├── register.less
│   │   │   ├── search-help-bar.less
│   │   │   ├── select2.less
│   │   │   ├── sidebar.less
│   │   │   ├── sliders.less
│   │   │   ├── spaces.less
│   │   │   ├── spinners.less
│   │   │   ├── switches.less
│   │   │   ├── tables.less
│   │   │   ├── tabs.less
│   │   │   ├── tagsinput.less
│   │   │   ├── tasks.less
│   │   │   ├── tickets.less
│   │   │   ├── timeline.less
│   │   │   ├── timepicker.less
│   │   │   ├── tooltips.less
│   │   │   ├── treeview.less
│   │   │   ├── typography.less
│   │   │   ├── validator.less
│   │   │   ├── variables.less
│   │   │   ├── wells.less
│   │   │   ├── widget.less
│   │   │   └── wizards.less
│   │   ├── beyond.less
│   │   ├── beyond.min.css
│   │   ├── beyond-rtl.css
│   │   ├── beyond-rtl.css.map
│   │   ├── beyond-rtl.min.css
│   │   ├── bootstrap.css
│   │   ├── bootstrap.css.map
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap-rtl.css
│   │   ├── bootstrap-rtl.css.map
│   │   ├── bootstrap-rtl.min.css
│   │   ├── demo.css
│   │   ├── demo.css.map
│   │   ├── demo.less
│   │   ├── demo.min.css
│   │   ├── font-awesome.css
│   │   ├── font-awesome.min.css
│   │   ├── other-less
│   │   │   ├── LessHat.css
│   │   │   ├── lesshat.less
│   │   │   └── lesshat.min.css
│   │   ├── skins
│   │   │   ├── azure.css
│   │   │   ├── azure.css.map
│   │   │   ├── azure.less
│   │   │   ├── azure.min.css
│   │   │   ├── black.css
│   │   │   ├── black.css.map
│   │   │   ├── black.less
│   │   │   ├── black.min.css
│   │   │   ├── blue.css
│   │   │   ├── Blue.css.map
│   │   │   ├── Blue.less
│   │   │   ├── blue.min.css
│   │   │   ├── darkblue.css
│   │   │   ├── darkblue.css.map
│   │   │   ├── darkblue.less
│   │   │   ├── darkblue.min.css
│   │   │   ├── darkred.css
│   │   │   ├── darkred.css.map
│   │   │   ├── darkred.less
│   │   │   ├── darkred.min.css
│   │   │   ├── deepblue.css
│   │   │   ├── deepblue.css.map
│   │   │   ├── deepblue.less
│   │   │   ├── deepblue.min.css
│   │   │   ├── gray.css
│   │   │   ├── gray.css.map
│   │   │   ├── gray.less
│   │   │   ├── gray.min.css
│   │   │   ├── green.css
│   │   │   ├── green.css.map
│   │   │   ├── green.less
│   │   │   ├── green.min.css
│   │   │   ├── orange.css
│   │   │   ├── orange.css.map
│   │   │   ├── orange.less
│   │   │   ├── orange.min.css
│   │   │   ├── pink.css
│   │   │   ├── pink.css.map
│   │   │   ├── pink.less
│   │   │   ├── pink.min.css
│   │   │   ├── purple.css
│   │   │   ├── purple.css.map
│   │   │   ├── purple.less
│   │   │   ├── purple.min.css
│   │   │   ├── skins-mixins.css
│   │   │   ├── skins-mixins.css.map
│   │   │   ├── skins-mixins.less
│   │   │   ├── skins-mixins.min.css
│   │   │   ├── teal.css
│   │   │   ├── teal.css.map
│   │   │   ├── teal.less
│   │   │   └── teal.min.css
│   │   ├── typicons.css
│   │   ├── typicons.min.css
│   │   ├── weather-icons.css
│   │   └── weather-icons.min.css
│   ├── fonts
│   │   ├── BYekan.woff
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   ├── fontawesome-webfont.woff2
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   ├── glyphicons-halflings-regular.woff2
│   │   ├── typicons.eot
│   │   ├── typicons.svg
│   │   ├── typicons.ttf
│   │   ├── typicons.woff
│   │   ├── WeatherIcons-Regular.otf
│   │   ├── weathericons-regular-webfont.eot
│   │   ├── weathericons-regular-webfont.svg
│   │   ├── weathericons-regular-webfont.ttf
│   │   └── weathericons-regular-webfont.woff
│   ├── img
│   │   ├── angle-down.png
│   │   ├── app-45616.png
│   │   ├── app.png
│   │   ├── attach-blue.png
│   │   ├── attach-green.png
│   │   ├── attach-red.png
│   │   ├── attach-yellow.png
│   │   ├── avatars
│   │   │   ├── adam-jansen.jpg
│   │   │   ├── bing.png
│   │   │   ├── divyia.jpg
│   │   │   ├── Javi-Jimenez.jpg
│   │   │   ├── John-Smith.jpg
│   │   │   ├── Lee-Munroe.jpg
│   │   │   ├── Matt-Cheuvront.jpg
│   │   │   ├── Nicolai-Larson.jpg
│   │   │   ├── Osvaldus-Valutis.jpg
│   │   │   ├── Sergey-Azovskiy.jpg
│   │   │   └── Stephanie-Walter.jpg
│   │   ├── favicon.png
│   │   ├── jquery.minicolors.png
│   │   ├── logo-inverted.png
│   │   ├── logo.png
│   │   ├── logo-rtl.png
│   │   ├── logo-solo.png
│   │   ├── sort_asc_disabled.png
│   │   ├── sort_asc.png
│   │   ├── sort_both.png
│   │   ├── sort_desc_disabled.png
│   │   ├── sort_desc.png
│   │   ├── temp1.png
│   │   └── tree-icons.png
│   ├── sound
│   │   └── alert.mp3
│   └── swf
│   ├── copy_csv_xls_pdf.swf
│   └── copy_csv_xls.swf
├── index.html
├── lib
│   ├── angular
│   │   ├── angular-animate
│   │   │   └── angular-animate.js
│   │   ├── angular-aria
│   │   │   └── angular-aria.js
│   │   ├── angular-breadcrumb
│   │   │   └── angular-breadcrumb.js
│   │   ├── angular-cookies
│   │   │   └── angular-cookies.js
│   │   ├── angular.js
│   │   ├── angular-loader
│   │   │   └── angular-loader.js
│   │   ├── angular-message
│   │   │   └── angular-messages.js
│   │   ├── angular-mocks
│   │   │   └── angular-mocks.js
│   │   ├── angular-ngStorage
│   │   │   └── ngStorage.js
│   │   ├── angular-ocLazyLoad
│   │   │   └── ocLazyLoad.js
│   │   ├── angular-resource
│   │   │   └── angular-resource.js
│   │   ├── angular-route
│   │   │   └── angular-route.js
│   │   ├── angular-sanitize
│   │   │   └── angular-sanitize.js
│   │   ├── angular-scenario
│   │   │   └── angular-scenario.js
│   │   ├── angular-touch
│   │   │   └── angular-touch.js
│   │   ├── angular-ui-bootstrap
│   │   │   └── ui-bootstrap.js
│   │   ├── angular-ui-router
│   │   │   └── angular-ui-router.js
│   │   └── angular-ui-utils
│   │   └── angular-ui-utils.js
│   ├── jquery
│   │   ├── bootstrap.js
│   │   ├── bootstrap.min.js
│   │   ├── charts
│   │   │   ├── chartjs
│   │   │   │   ├── chart.js
│   │   │   │   └── chart.min.js
│   │   │   ├── easypiechart
│   │   │   │   ├── jquery.easypiechart.js
│   │   │   │   ├── jquery.easypiechart.min.js
│   │   │   │   └── jquery.easypiechart.min.js.map
│   │   │   ├── flot
│   │   │   │   ├── jquery.flot.axislabels.js
│   │   │   │   ├── jquery.flot.categories.js
│   │   │   │   ├── jquery.flot.categories.min.js
│   │   │   │   ├── jquery.flot.crosshair.js
│   │   │   │   ├── jquery.flot.crosshair.min.js
│   │   │   │   ├── jquery.flot.fillbetween.js
│   │   │   │   ├── jquery.flot.fillbetween.min.js
│   │   │   │   ├── jquery.flot.js
│   │   │   │   ├── jquery.flot.min.js
│   │   │   │   ├── jquery.flot.min.js.map
│   │   │   │   ├── jquery.flot.orderBars.js
│   │   │   │   ├── jquery.flot.pie.js
│   │   │   │   ├── jquery.flot.pie.min.js
│   │   │   │   ├── jquery.flot.resize.js
│   │   │   │   ├── jquery.flot.resize.min.js
│   │   │   │   ├── jquery.flot.selection.js
│   │   │   │   ├── jquery.flot.selection.min.js
│   │   │   │   ├── jquery.flot.stack.js
│   │   │   │   ├── jquery.flot.stack.min.js
│   │   │   │   ├── jquery.flot.time.js
│   │   │   │   ├── jquery.flot.time.min.js
│   │   │   │   ├── jquery.flot.tooltip.js
│   │   │   │   ├── jquery.flot.tooltip.min.js
│   │   │   │   └── jquery.flot.tooltip.min.js.map
│   │   │   ├── morris
│   │   │   │   ├── morris.js
│   │   │   │   └── raphael-2.0.2.min.js
│   │   │   └── sparkline
│   │   │   └── jquery.sparkline.js
│   │   ├── datatable
│   │   │   ├── data.json
│   │   │   ├── dataTables.bootstrap.css
│   │   │   ├── dataTables.bootstrap.js
│   │   │   ├── dataTables.bootstrap.min.js
│   │   │   ├── dataTables.bootstrap.min.js.map
│   │   │   ├── dataTables.tableTools.js
│   │   │   ├── dataTables.tableTools.min.js
│   │   │   ├── dataTables.tableTools.min.js.map
│   │   │   ├── jquery.dataTables.js
│   │   │   ├── jquery.dataTables.min.js
│   │   │   └── ZeroClipboard.js
│   │   ├── fuelux
│   │   │   ├── spinbox
│   │   │   │   ├── fuelux.spinbox.js
│   │   │   │   ├── fuelux.spinbox.min.js
│   │   │   │   └── fuelux.spinbox.min.js.map
│   │   │   └── wizard
│   │   │   ├── wizard-custom.js
│   │   │   ├── wizard-custom.min.js
│   │   │   └── wizard-custom.min.js.map
│   │   ├── fullcalendar
│   │   │   ├── fullcalendar.js
│   │   │   ├── fullcalendar.min.js
│   │   │   ├── jquery-ui.custom.min.js
│   │   │   └── moment.min.js
│   │   ├── inputmask
│   │   │   ├── jasny-bootstrap.js
│   │   │   └── jasny-bootstrap.min.js
│   │   ├── jquery.min.js
│   │   ├── jquery-ui-1.10.4.custom.js
│   │   ├── jquery-ui-1.10.4.custom.min.js
│   │   ├── knob
│   │   │   └── jquery.knob.js
│   │   ├── slimscroll
│   │   │   ├── jquery.slimscroll.js
│   │   │   ├── jquery.slimscroll.min.js
│   │   │   └── jquery.slimscroll.min.js.map
│   │   └── textarea
│   │   ├── jquery.autosize.js
│   │   └── jquery.autosize.min.js
│   ├── modules
│   │   ├── angular-bootstrap-nav-tree
│   │   │   └── abn_tree_directive.js
│   │   ├── angular-daterangepicker
│   │   │   ├── angular-daterangepicker.js
│   │   │   ├── angular-daterangepicker.min.js
│   │   │   ├── daterangepicker.js
│   │   │   └── moment.js
│   │   ├── angular-dropzone
│   │   │   ├── angular-dropzone.js
│   │   │   ├── dropzone.js
│   │   │   └── dropzone.min.js
│   │   ├── angularjs-toaster
│   │   │   ├── toaster.css
│   │   │   ├── toaster.js
│   │   │   └── toaster.min.css
│   │   ├── angular-minicolors
│   │   │   ├── angular-minicolors.js
│   │   │   ├── jquery.minicolors.js
│   │   │   └── jquery.minicolors.min.js
│   │   ├── angular-nestable
│   │   │   ├── angular-nestable.js
│   │   │   └── jquery.nestable.js
│   │   ├── angular-slider
│   │   │   ├── angular-slider.js
│   │   │   └── angular-slider.min.js
│   │   ├── angular-ui-calendar
│   │   │   └── calendar.js
│   │   ├── angular-ui-select
│   │   │   ├── select.css
│   │   │   ├── select.js
│   │   │   ├── select.min.css
│   │   │   └── select.min.js
│   │   ├── ng-grid
│   │   │   ├── data.json
│   │   │   ├── ng-grid.css
│   │   │   └── ng-grid.min.js
│   │   ├── ng-tags-input
│   │   │   └── ng-tags-input.js
│   │   └── text-angular
│   │   ├── textAngular.min.js
│   │   ├── textAngular-rangy.min.js
│   │   └── textAngular-sanitize.min.js
│   └── utilities.js
└── views
├── alerts.html
├── blank.html
├── buttons.html
├── calendar.html
├── chartjs.html
├── dashboard-arabic.html
├── dashboard.html
├── dashboard-persian.html
├── databoxes.html
├── easypiechart.html
├── elements.html
├── error-404.html
├── error-500.html
├── flot.html
├── font-awesome.html
├── form-editors.html
├── form-inputmask.html
├── form-inputs.html
├── form-layout.html
├── form-pickers.html
├── form-validation.html
├── form-wizard.html
├── glyph-icons.html
├── grid.html
├── inbox.html
├── invoice.html
├── layout-arabic.html
├── layout.html
├── layout-persian.html
├── lock.html
├── login.html
├── message-compose.html
├── message-view.html
├── modals.html
├── morris.html
├── mvc.html
├── nestable-list.html
├── partials
│   ├── arabic
│   │   ├── navbar.html
│   │   └── sidebar.html
│   ├── breadcrumbs.html
│   ├── chatbar.html
│   ├── header.html
│   ├── loading.html
│   ├── navbar.html
│   ├── persian
│   │   ├── navbar.html
│   │   └── sidebar.html
│   └── sidebar.html
├── pricing.html
├── profile.html
├── register.html
├── sparkline.html
├── tables-data.html
├── tables-simple.html
├── tabs.html
├── timeline.html
├── treeview.html
├── typicons.html
├── typography.html
├── versions.html
├── weather-icons.html
└── widgets.html

66 directories, 423 files

标签:

实例下载地址

后台ui beyondadmin angular版本

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警