https://github.com/yixiangling/abp-ng-Zorro
后臺框架:ABP
前端框架:前端組件庫 ng-Zorro
改動說明
ABP core免費版的默認angular工程組件框架替換成 ng-Zorro,無其他前端框架依賴,無ng-alain依賴
前端主題采用ng-alain,代碼存放在 src/theme
保持默認模板代碼結(jié)構(gòu),而非ng-alain代碼結(jié)構(gòu)
移除了SignalR相關(guān)代碼(因為我不用,如果需要請自行添加相關(guān)代碼)
與abp后端配對運行需要修改的文件
src/shared/AppConsts.ts 的 defaultLocalizationSourceName 值
src/app/layout/default/sidebar/sidebar-nav.component.ts 的菜單項目
src/app/pages/* 從別處copy來的代碼,暫時占位用,代碼寫法上還未修改成ng-Zorro規(guī)格
其它
準備引入ng-alain的示例代碼,發(fā)現(xiàn)大量使用了delon的acl,認證庫,國際化等組件,決定放棄引入 @delon/abc
相關(guān)資料
ABP資料說明:?https://aspnetboilerplate.com/
Ng-zorro-antd?admin panel front-end framework.
ng-alain?基于 Antd 中后臺前端解決方案
delon?cipchk/delon是ng-alain的業(yè)務組件庫
DonaldTdz/photostory?部分代碼來源
