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

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)