|
hace 6 años | |
---|---|---|
.. | ||
.vscode | hace 6 años | |
_mock | hace 6 años | |
_nginx | hace 6 años | |
e2e | hace 6 años | |
src | hace 6 años | |
文档 | hace 6 años | |
.angular-cli.json | hace 6 años | |
.dockerignore | hace 6 años | |
.editorconfig | hace 6 años | |
.gitignore | hace 6 años | |
.npmignore | hace 6 años | |
.stylelintrc | hace 6 años | |
.travis.yml | hace 6 años | |
CONTRIBUTING.md | hace 6 años | |
Dockerfile | hace 6 años | |
LICENSE | hace 6 años | |
README-zh_CN.md | hace 6 años | |
README.md | hace 6 años | |
docker-compose.debug.yml | hace 6 años | |
docker-compose.yml | hace 6 años | |
gulpfile.js | hace 6 años | |
karma.conf.js | hace 6 años | |
package.json | hace 6 años | |
package2.json | hace 6 años | |
protractor.conf.js | hace 6 años | |
proxy.conf.js | hace 6 años | |
tsconfig.json | hace 6 años | |
tslint.json | hace 6 años |
一套基于 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)