Ng-zorro-antd admin panel front-end framework.
更多信息见中文 README
Make sure you have Node version >= 6.9.0 and NPM >= 3 or higher.
# clone a blank ng-alain repo, just only basic function
# --depth 1 removes all but one .git commit history
git clone -b blank --depth 1 https://github.com/cipchk/ng-alain.git
# or full master branch
git clone --depth 1 https://github.com/cipchk/ng-alain.git
# change directory
cd ng-alain
# install npm package
npm install
# in china please use cnpm (https://github.com/cnpm/cnpm)
# cnpm install
# start the serve
npm start
# use HMR
npm run serve:hmr
[vscode] recommended install ng-zorro-vscode plugins, that includes
nz-alain-*
snippets.
delong is a production-ready solution for admin business components packages, Built on the design principles developed by Ant Design.
package name | version | next version |
---|---|---|
@delon/theme | ||
@delon/abc | ||
@delon/acl | ||
@delon/auth |
ng-zorro-antd
basedPlease follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)