一套基于 Ng-zorro-antd【ANT DESIGN】 的企业后台模板。
确保 node
版本 >= 6.9.0 且 npm
版本 >= 3 以上。
ng-alain
本身并非组件库,只是一个单纯的企业后台模板,你可以直接克隆到你的本地,然后立即进入实际开发。
# 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] 建议安装 ng-zorro-vscode 插件,含
nz-alain-*
代码片断。
delong 是基于 Ant Design 设计理念的企业级中后台前端业务型组件库。
package name | version | next version |
---|---|---|
@delon/theme | ||
@delon/abc | ||
@delon/acl | ||
@delon/auth |
ng-zorro-antd
Please follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)