zmm a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
..
.vscode a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
_mock a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
_nginx a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
e2e a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
src a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
文档 a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.angular-cli.json a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.dockerignore a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.editorconfig a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.gitignore a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.npmignore a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.stylelintrc a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
.travis.yml a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
CONTRIBUTING.md a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
Dockerfile a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
LICENSE a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
README-zh_CN.md a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
README.md a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
docker-compose.debug.yml a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
docker-compose.yml a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
gulpfile.js a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
karma.conf.js a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
package.json a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
package2.json a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
protractor.conf.js a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
proxy.conf.js a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
tsconfig.json a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos
tslint.json a4a0f225e3 first commit %!s(int64=6) %!d(string=hai) anos

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)