zdd 5ffd600fc9 更改公司文章id 6 年 前
..
.vscode 93917ff056 增加利率公告 6 年 前
_mock 93917ff056 增加利率公告 6 年 前
_nginx 93917ff056 增加利率公告 6 年 前
e2e 93917ff056 增加利率公告 6 年 前
src 5ffd600fc9 更改公司文章id 6 年 前
文档 93917ff056 增加利率公告 6 年 前
.angular-cli.json 93917ff056 增加利率公告 6 年 前
.dockerignore 93917ff056 增加利率公告 6 年 前
.editorconfig 93917ff056 增加利率公告 6 年 前
.gitignore 93917ff056 增加利率公告 6 年 前
.npmignore 93917ff056 增加利率公告 6 年 前
.stylelintrc 93917ff056 增加利率公告 6 年 前
.travis.yml 93917ff056 增加利率公告 6 年 前
CONTRIBUTING.md 93917ff056 增加利率公告 6 年 前
Dockerfile 93917ff056 增加利率公告 6 年 前
LICENSE 93917ff056 增加利率公告 6 年 前
README-zh_CN.md 93917ff056 增加利率公告 6 年 前
README.md 93917ff056 增加利率公告 6 年 前
docker-compose.debug.yml 93917ff056 增加利率公告 6 年 前
docker-compose.yml 93917ff056 增加利率公告 6 年 前
gulpfile.js 93917ff056 增加利率公告 6 年 前
karma.conf.js 93917ff056 增加利率公告 6 年 前
package.json 93917ff056 增加利率公告 6 年 前
package2.json 93917ff056 增加利率公告 6 年 前
protractor.conf.js 93917ff056 增加利率公告 6 年 前
proxy.conf.js 93917ff056 增加利率公告 6 年 前
tsconfig.json 93917ff056 增加利率公告 6 年 前
tslint.json 93917ff056 增加利率公告 6 年 前

README-zh_CN.md

Build Status Dependency Status NPM version

ng-alain

一套基于 Ng-zorro-antd【ANT DESIGN】 的企业后台模板。

README in English

DEMO

快速入门

确保 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-* 代码片断。

Links

Delon

delong 是基于 Ant Design 设计理念的企业级中后台前端业务型组件库。

Build Status Dependency Status DevDependency Status

npm npm

package name version next version
@delon/theme NPM version NPM version
@delon/abc NPM version NPM version
@delon/acl NPM version NPM version
@delon/auth NPM version NPM version

Architecture

Architecture

特性

  • 基于 ng-zorro-antd
  • 响应式
  • 国际化
  • ACL访问控制
  • 延迟加载及良好的启用画面
  • 良好的UI路由设计
  • 十种颜色版本
  • Less预编译
  • 良好的目录组织结构
  • 简单升级
  • 模块热替换
  • 支持Docker部署

应用截图

desktop ipad iphone

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. 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!

License

The MIT License (see the LICENSE file for the full text)