一个基于Angular4+Bootstrap4+Scss的后台管理系统界面,正在不断的开发中,有兴趣的朋友可以到我的github下载,github地址:https://github.com/332557712/cc
一直在不断的更新中,最新的状态以github为准!
欢迎加入群进行技术讨论,群号:168733660 。
CC admin
一个基于angular4.1.3+ng-bootstrap1.0.0-alpha.25+bootstrap4.0.0-alpha.6+scss的后台管理系统界面
更新
- 搭建环境,分别加入ng-bootstrap1.0.0-alpha.25、bootstrap4.1.3、font-awesome4.7.0、animate.css3.5.2等
1.1) https://ng-bootstrap.github.io/#/home
1.2) https://v4-alpha.getbootstrap.com/
1.3) http://fontawesome.io/
1.4) https://github.com/daneden/animate.css - 登录界面
2.1) src/login/login.component.ts - 主页界面
3.1) src/main/main.component.ts - 添加alert与confirm组件
4.1) src/app/shared/modal/modal.service.ts - 添加toast组件
5.1) src/app/shared/toast/toast.service.ts - 添加第三方ng-charts组件
6.1) https://github.com/swimlane/ngx-charts - 添加第三方angular-2-dropdown-multiselect组件与angular2-select组件
7.1) https://github.com/softsimon/angular-2-dropdown-multiselect
7.2) https://github.com/basvandenberg/ng-select) - 添加层次图组件
8.1) src/app/shared/hierarchy-view/hierarchy-view.component.ts - 添加第三方ng2-img-cropper组件
9.1) https://github.com/search?q=ng2-img-cropper&type=Code&utf8=%E2%9C%93 - 添加头像更换功能
10.1) src/main/avatar-cropper.component.ts - 添加http服务
11.1) src/app/core/http.service.ts - 添加utils工具
12.1) src/app/core/utils.ts - 添加pagination组件
13.1) src/app/shared/pagination/pagination.component.ts - 添加http-pagination组件
14.1) src/app/shared/pagination/http-pagination.component.ts - 添加spin组件
15.1) src/app/shared/spin/spin.component.ts - 添加第三方angular2-ui-switch组件
16.1) https://github.com/yuyang041060120/angular2-ui-switch - 添加时间轴样式
17.1) assets/scss/base/_common.scss - 添加日期选择datepickerI18n配置
18.1) src/app/shared/datepickerI18n/datepickerI18n.ts - 添加img-cropper-select指令
19.1) src/app/shared/img-cropper-select/img-cropper-select.directive.ts - 添加tree组件
20.1) src/app/shared/tree/tree.component.ts
@H_502_103@
- 为避免冲突,应用css使用c-为前缀
- 为避免冲突,应用组件selector使用c-为前缀
- 目录、文件名命名使用小写字母,多个单词使用-间隔
- module结尾的为模块、component结尾的为组件、service结尾的为服务、directive结尾的为指令
- 所有模块放在modules目录下、所有应用级服务以及工具类等放在core目录下、所有资源文件放在assets目录下,所有scss文件所模块区分,放在assets/scss/modules下 @H_502_103@
- 您需要安装nodeJS环境 @H_502_103@
- cd E:\project\cc <—- 进入到项目所有的目录
- npm install <—- 安装,如果下载比较慢,可使用淘宝的cnpm,请参考:https://npm.taobao.org/ @H_502_103@