Skip to content

Commit 099746c

Browse files
authored
Update README-zh_CN.md
1 parent ec7f985 commit 099746c

File tree

1 file changed

+1
-112
lines changed

1 file changed

+1
-112
lines changed

README-zh_CN.md

Lines changed: 1 addition & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1 @@
1-
[![Build Status](https://travis-ci.org/cipchk/ng-alain.svg?branch=master)](https://travis-ci.org/cipchk/ng-alain)
2-
[![Dependency Status](https://david-dm.org/cipchk/ng-alain/status.svg)](https://david-dm.org/cipchk/ng-alain)
3-
[![NPM version](https://img.shields.io/npm/v/ng-alain.svg)](https://www.npmjs.com/package/ng-alain)
4-
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/)
5-
6-
# ng-alain
7-
8-
一套基于 [Ng-zorro-antd](https://github.com/NG-ZORRO/ng-zorro-antd)【ANT DESIGN】 的企业后台模板。
9-
10-
[README in English](README.md)
11-
12-
[DEMO](https://cipchk.github.io/ng-alain/)
13-
14-
## 快速入门
15-
16-
有二种方式进行安装:
17-
18-
### 命令行工具
19-
20-
```bash
21-
ng new demo --style less
22-
cd demo
23-
ng add ng-alain
24-
ng serve
25-
```
26-
27-
请参考[命令行工具](http://ng-alain.com/cli)了解更多细节。
28-
29-
### 直接 clone git 仓库
30-
31-
```bash
32-
$ git clone --depth=1 https://github.com/cipchk/ng-alain.git my-project
33-
34-
cd my-project
35-
36-
# 安装依赖包
37-
npm install
38-
39-
# 启动
40-
npm start
41-
42-
# 使用HMR启动
43-
npm run serve:hmr
44-
```
45-
46-
> [vscode] 建议安装 [ng-zorro-vscode](https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode) 插件,含 `nz-alain-*` 代码片断。
47-
48-
49-
## Links
50-
51-
+ [文档](http://ng-alain.com)
52-
+ [@delon](https://github.com/cipchk/delon)
53-
+ [DEMO](https://cipchk.github.io/ng-alain/)
54-
55-
## Delon
56-
57-
[delong](https://github.com/cipchk/delon) 是基于 Ant Design 设计理念的企业级中后台前端业务型组件库。
58-
59-
[![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon)
60-
[![Dependency Status](https://david-dm.org/cipchk/delon/status.svg)](https://david-dm.org/cipchk/delon)
61-
[![DevDependency Status](https://david-dm.org/cipchk/delon/dev-status.svg)](https://david-dm.org/cipchk/delon?type=dev)
62-
63-
[![npm](https://img.shields.io/npm/l/@delon/theme.svg)](https://www.npmjs.com/package/@delon/theme)
64-
[![npm](https://img.shields.io/npm/dm/@delon/theme.svg)](https://www.npmjs.com/package/@delon/theme)
65-
66-
| package name | version | next version |
67-
| ------------ |:-----:|:----------:|
68-
| @delon/theme | [![NPM version](https://img.shields.io/npm/v/@delon/theme.svg)](https://www.npmjs.com/package/@delon/theme) | [![NPM version](https://img.shields.io/npm/v/@delon/theme/next.svg)](https://www.npmjs.com/package/@delon/theme) |
69-
| @delon/abc | [![NPM version](https://img.shields.io/npm/v/@delon/abc.svg)](https://www.npmjs.com/package/@delon/abc) | [![NPM version](https://img.shields.io/npm/v/@delon/abc/next.svg)](https://www.npmjs.com/package/@delon/abc) |
70-
| @delon/form | [![NPM version](https://img.shields.io/npm/v/@delon/form.svg)](https://www.npmjs.com/package/@delon/form) | [![NPM version](https://img.shields.io/npm/v/@delon/form/next.svg)](https://www.npmjs.com/package/@delon/form) |
71-
| @delon/acl | [![NPM version](https://img.shields.io/npm/v/@delon/acl.svg)](https://www.npmjs.com/package/@delon/acl) | [![NPM version](https://img.shields.io/npm/v/@delon/acl/next.svg)](https://www.npmjs.com/package/@delon/acl) |
72-
| @delon/auth | [![NPM version](https://img.shields.io/npm/v/@delon/auth.svg)](https://www.npmjs.com/package/@delon/auth) | [![NPM version](https://img.shields.io/npm/v/@delon/auth/next.svg)](https://www.npmjs.com/package/@delon/auth) |
73-
| @delon/mock | [![NPM version](https://img.shields.io/npm/v/@delon/mock.svg)](https://www.npmjs.com/package/@delon/mock) | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |
74-
| @delon/cache | [![NPM version](https://img.shields.io/npm/v/@delon/cache.svg)](https://www.npmjs.com/package/@delon/cache) | [![NPM version](https://img.shields.io/npm/v/@delon/cache/next.svg)](https://www.npmjs.com/package/@delon/cache) |
75-
| @delon/util | [![NPM version](https://img.shields.io/npm/v/@delon/util.svg)](https://www.npmjs.com/package/@delon/util) | [![NPM version](https://img.shields.io/npm/v/@delon/util/next.svg)](https://www.npmjs.com/package/@delon/util) |
76-
77-
## Architecture
78-
79-
![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)
80-
81-
## 特性
82-
83-
+ 基于 `ng-zorro-antd`
84-
+ 响应式
85-
+ 国际化
86-
+ 基建类库 [@delon](https://github.com/cipchk/delon)(包括:业务组件、ACL访问控制、缓存、授权、动态表单等)
87-
+ 延迟加载及良好的启用画面
88-
+ 良好的UI路由设计
89-
+ 定制主题
90-
+ Less预编译
91-
+ 良好的目录组织结构
92-
+ 简单升级
93-
+ 支持Docker部署
94-
95-
## 应用截图
96-
97-
![desktop](https://github.com/cipchk/delon/blob/master/_screenshot/desktop.png)
98-
![ipad](https://github.com/cipchk/delon/blob/master/_screenshot/ipad.png)
99-
![iphone](https://github.com/cipchk/delon/blob/master/_screenshot/iphone.png)
100-
101-
## Troubleshooting
102-
103-
Please follow this guidelines when reporting bugs and feature requests:
104-
105-
1. Use [GitHub Issues](https://github.com/cipchk/ng-alain/issues) board to report bugs and feature requests (not our email address)
106-
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.
107-
108-
Thanks for understanding!
109-
110-
### License
111-
112-
The MIT License (see the [LICENSE](https://github.com/cipchk/ng-alain/blob/master/LICENSE) file for the full text)
1+
11

0 commit comments

Comments
 (0)