AdminLTE2-IT黑马-定制版

前言
- 本
后台管理模板是基于开源项目AdminLTE,为符合在国内项目中使用,就行定制开发。 AdminLTE是一个完全的响应式管理模板,基于Bootstrap3框架,高度可定制,易于使用。适合从小型移动设备到大型台式机的屏幕分辨率。AdminLTE框架在网页架构与设计上,有很大的辅助作用,尤其是前端架构设计师,用好AdminLTE不但美观,而且可以免去写很大CSS与JS的工作量。
AdminLTEis a popular open source WebApp template for admin dashboards and control panels. It is a responsive HTML template that is based on the CSS framework Bootstrap 3. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. AdminLTE is based on a modular design, which allows it to be easily customized and built upon. This documentation will guide you through installing the template and exploring the various components that are bundled with the template.
浏览器兼容性
- IE 9+
- Firefox (latest)
- Chrome (latest)
- Safari (latest)
- Opera (latest)
技术栈
前端
Bootstrap3 + jQuery
编译
fis3 + gulp + npm
定制说明
- 修改 - 默认中文字体
微软雅黑 - 修改 - 本项目访问字体库文件
font-awesomebootstrap-font避免了墙内无法下载,打开页面长时间白屏问题 - 修改 -
谷歌js库文件为本项目访问, 原因同上 - 修改 - 汉化常用控件 如:
timepicker、datepicker、daterangepicker、ckeditor、WYSIHTML5、Markdown - 重构 - 基于node技术,采用
百度fis3工程化管理 - 重构 - 发布文件有两种,一种是带工具栏导航的完整页面,另一种是不带的直接内容页,方便后台人员定制
- 重构 - 所有用到的组件都整理在了
plugins目录下,取消了bower包管理,因为组件会进行二次开发定制 - 添加 -
通用界面示范代码 (登录、注册、404错误页、500错误页、空白页、数据列表页、表单页样式) - 添加 -
图表Charts示范代码 (ChartJS、Morris Charts、Flot Charts、Inline Charts) - 添加 -
UI界面元素示范代码 (标准 General、图标 Icons、按钮 Buttons、滑块 Sliders、时间线 Timeline、对话框样式 Modals、窗体小部件 widgets) - 添加 -
表单 Forms示范代码 (基础表单元素、高级表单元素、编辑器) - 添加 -
表格 tables示范代码 (简单表格、数据表格) - 添加 -
样例-订单管理示范代码 (全部订单、订单表单、退款) - 添加 -
样例-游记管理示范代码 (游记列表、添加游记、游记点评、游记设置) - 添加 -
样例-系统管理示范代码 (系统设置)