快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrad
快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrad
Admin template based on AntDesign and Angular8
English | 简体中文
预览效果图
git 、node、npm、vscode 配置好多前提下,克隆代码,命令如下:git clone https://github.com/FE-free/fc-angular.git
npm install
npm start
package.json 中可修改端口号。风格指南 开发代码【风格指南】https://angular.cn/guide/styleguide#prevent-re-import-of-the-core-module
【 使用 httpclient】https://angular.cn/guide/http
通过 ng build --aot 命令生成 dist 文件,命令如下:
ng build --aot
…
风格指南 开发代码【风格指南】https://angular.cn/guide/styleguide#prevent-re-import-of-the-core-module
【 使用 httpclient】https://angular.cn/guide/http
ng build --aot 命令生成 docs 文件,命令如下:npm run aot
1、 如何修改组件内部样式?
注意 由于 Angular 的样式隔离,修改 ant.design 组件内的样式 需要用::ng-deep 来覆盖 NgZorro 的样式
aot 打包,输入以下命令npm run aot
aot 打包时,优化编译时对 ts 语法检查非常严谨,如果有错误就一个一个的去改,直到错误修改完成,aot打包才能通过
Thanks to everyone who contributed to the source code, comments, scripts, documentation, and test cases.
.prettierrc、.editorconfig 文件配置参考自 ng.ant.design 官方源码
No open issues yet, or sync has not completed.