angular6-admin
最新版的angular增删改改查,UI为蚂蚁金服ng-alain,ant-zorro框架
ng-丙氨酸
管理面板前端框架。
更多信息见
快速开始
有两种安装方法:
使用命令行
ng new demo --style less
cd demo
ng add ng-alain
ng serve
有关更多详细信息,请参考[Cli]( )。
克隆Git存储库
# --depth 1 removes all but one .git commit history
$ git clone --depth=1 https://github.com/cipchk/ng-alain.git my-project
# change directory
cd my-project
# install npm package
npm install
# start the ser
1