后台管理系统的UI组件

后台管理系统的主要任务在于业务逻辑和数据处理上,不需要绚丽的交互,目前来说jQuery+Bootstrap足以架起一个后台管理系统的前端,但多少还有些不足,有很多Widget Library提供一整套完整的UI扩展,比如:jQuery UIjQuery EasyUI等,大而全的东西未免太重,本着按需引入的原则,这里整理后台管理系统经常用到的一些library。

(1)JavaScript library(No Dependencies)
ECharts https://github.com/ecomfe/echarts


CKEditor http://ckeditor.com/


Ace Editor https://ace.c9.io/


CodeMirror http://codemirror.net/


Dropzone https://github.com/enyo/dropzone


Fine Uploader https://github.com/FineUploader/fine-uploader


Sortable https://github.com/RubaXa/Sortable


Move.js https://github.com/visionmedia/move.js


Intro.js https://github.com/usablica/intro.js


PleaseWait.js https://github.com/Pathgather/please-wait


SpinKit https://github.com/tobiasahlin/SpinKit


SweetAlert https://github.com/t4t5/sweetalert/


FormValidation  https://github.com/formvalidation/formvalidation


typeahead.js https://github.com/twitter/typeahead.js


(2)CSS library
Animate.css https://github.com/daneden/animate.css


Effeckt.css https://github.com/h5bp/Effeckt.css


Hint.css https://github.com/chinchang/hint.css


Buttons https://github.com/alexwolfe/Buttons


(3)jQuery Plugins
jquery.lazyload https://github.com/tuupola/jquery_lazyload
jquery.masonry https://github.com/desandro/masonry
jquery.wookmark https://github.com/germanysbestkeptsecret/Wookmark-jQuery

jquery.fileupload https://github.com/blueimp/jQuery-File-Upload


jquery.chosen https://github.com/harvesthq/chosen


jquery.select2 https://github.com/select2/select2


jquery.selectize https://github.com/selectize/selectize.js


jquery.icheck https://github.com/fronteed/icheck


jquery.maskedinput https://github.com/digitalBush/jquery.maskedinput


jquery.imagepicker https://github.com/rvera/image-picker


jquery.fullcalendar https://github.com/fullcalendar/fullcalendar


jquery.gridster https://github.com/ducksboard/gridster.js


jquery.lightbox https://github.com/dimsemenov/Magnific-Popup


jquery.imagecropper https://github.com/fengyuanchen/cropper


jquery.noty https://github.com/needim/noty


jquery.jstree https://github.com/vakata/jstree/


jquery.contextMenu https://github.com/swisnl/jQuery-contextMenu


jquery.skitterSlideshow https://github.com/thiagosf/SkitterSlideshow


jquery.slick https://github.com/kenwheeler/slick


jquery.scrollify https://github.com/lukehaas/Scrollify


jquery.fullPage https://github.com/alvarotrigo/fullPage.js


jquery.tooltip https://github.com/qTip2/qTip2


zTree https://github.com/zTree/zTree_v3
artDialog https://github.com/aui/artDialog
jQuery Hotkeys https://github.com/jeresig/jquery.hotkeys

(4)Bootstrap Plugins
bootstrap-ladda https://github.com/msurguy/ladda-bootstrap
bootstrap-fileinput https://github.com/grevory/bootstrap-file-input
bootstrap-datepicker https://github.com/eternicode/bootstrap-datepicker
bootstrap-daterangepicker https://github.com/dangrossman/bootstrap-daterangepicker
bootstrap-datetimepicker https://github.com/Eonasdan/bootstrap-datetimepicker
bootstrap-tagsinput https://github.com/bootstrap-tagsinput/bootstrap-tagsinput
bootstrap-colorpicker https://github.com/mjolnic/bootstrap-colorpicker
bootstrap-xeditable https://github.com/vitalets/x-editable
bootstrap-switch https://github.com/nostalgiaz/bootstrap-switch
bootstrap-notify https://github.com/mouse0270/bootstrap-notify
bootstrap-bootbox https://github.com/makeusabrew/bootbox
bootstrap-lightbox https://github.com/ashleydw/lightbox


Bootstrap免费模板
AircraftAdmin -- 简洁模板


Oleose -- 移动应用介绍模板


高级模板
AdminLTE(基于Bootstrap 3)


Gentelella(基于Bootstrap 3)


ModularAdmin (基于Bootstrap 4)

猜你喜欢

转载自rensanning.iteye.com/blog/2278001