Ng-zorro-antd admin panel front-end framework.
更多信息见中文 README
There are two ways to install:
ng new demo --style less
cd demo
ng add ng-alain
ng serve
# --depth 1 removes all but one .git commit history
$ git clone --depth=1 https://github.com/DrZhong/abp-alain-tp.git my-project
# change directory
cd my-project
# install npm package
npm install
# start the serve
npm start
# use HMR
npm run serve:hmr
[vscode] recommended install ng-zorro-vscode plugins, that includes
nz-alain-*
snippets.
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)