|
1 |
| -[](https://travis-ci.org/cipchk/ng-alain) |
2 |
| -[](https://david-dm.org/cipchk/ng-alain) |
3 |
| -[](https://www.npmjs.com/package/ng-alain) |
4 |
| -[](https://www.npmjs.com/package/ng-alain) |
5 |
| -[](https://prettier.io/) |
6 |
| - |
7 |
| -# ng-alain |
8 |
| - |
9 |
| -[Ng-zorro-antd](https://github.com/NG-ZORRO/ng-zorro-antd) admin panel front-end framework. |
10 |
| - |
11 |
| -更多信息见[中文 README](README-zh_CN.md) |
12 |
| - |
13 |
| -[DEMO](https://cipchk.github.io/ng-alain/) |
14 |
| - |
15 |
| -## Quick start |
16 |
| - |
17 |
| -There are two ways to install: |
18 |
| - |
19 |
| -### Use the Command Line |
20 |
| - |
21 |
| -```bash |
22 |
| -ng new demo --style less |
23 |
| -cd demo |
24 |
| -ng add ng-alain |
25 |
| -ng serve |
26 |
| -``` |
27 |
| - |
28 |
| -Please refer to [Cli] (http://ng-alain.com/cli) for more details. |
29 |
| - |
30 |
| -### Clone the Git Repository |
31 |
| - |
32 |
| -```bash |
33 |
| -# --depth 1 removes all but one .git commit history |
34 |
| -$ git clone --depth=1 https://github.com/cipchk/ng-alain.git my-project |
35 |
| - |
36 |
| -# change directory |
37 |
| -cd my-project |
38 |
| - |
39 |
| -# install npm package |
40 |
| -npm install |
41 |
| - |
42 |
| -# start the serve |
43 |
| -npm start |
44 |
| - |
45 |
| -# use HMR |
46 |
| -npm run serve:hmr |
47 |
| -``` |
48 |
| - |
49 |
| -> [vscode] recommended install [ng-zorro-vscode](https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode) plugins, that includes `nz-alain-*` snippets. |
50 |
| -
|
51 |
| -## Links |
52 |
| - |
53 |
| -+ [Document](http://ng-alain.com) |
54 |
| -+ [@delon](https://github.com/cipchk/delon) |
55 |
| -+ [DEMO](https://cipchk.github.io/ng-alain/) |
56 |
| - |
57 |
| -## Delon |
58 |
| - |
59 |
| -[delong](https://github.com/cipchk/delon) is a production-ready solution for admin business components packages, Built on the design principles developed by Ant Design. |
60 |
| - |
61 |
| -[](https://travis-ci.org/cipchk/delon) |
62 |
| -[](https://david-dm.org/cipchk/delon) |
63 |
| -[](https://david-dm.org/cipchk/delon?type=dev) |
64 |
| - |
65 |
| -[](https://www.npmjs.com/package/@delon/theme) |
66 |
| -[](https://www.npmjs.com/package/@delon/theme) |
67 |
| - |
68 |
| -| package name | version | next version | |
69 |
| -| ------------ |:-----:|:----------:| |
70 |
| -| @delon/theme | [](https://www.npmjs.com/package/@delon/theme) | [](https://www.npmjs.com/package/@delon/theme) | |
71 |
| -| @delon/abc | [](https://www.npmjs.com/package/@delon/abc) | [](https://www.npmjs.com/package/@delon/abc) | |
72 |
| -| @delon/form | [](https://www.npmjs.com/package/@delon/form) | [](https://www.npmjs.com/package/@delon/form) | |
73 |
| -| @delon/acl | [](https://www.npmjs.com/package/@delon/acl) | [](https://www.npmjs.com/package/@delon/acl) | |
74 |
| -| @delon/auth | [](https://www.npmjs.com/package/@delon/auth) | [](https://www.npmjs.com/package/@delon/auth) | |
75 |
| -| @delon/mock | [](https://www.npmjs.com/package/@delon/mock) | [](https://www.npmjs.com/package/@delon/mock) | |
76 |
| -| @delon/cache | [](https://www.npmjs.com/package/@delon/cache) | [](https://www.npmjs.com/package/@delon/cache) | |
77 |
| -| @delon/util | [](https://www.npmjs.com/package/@delon/util) | [](https://www.npmjs.com/package/@delon/util) | |
78 |
| - |
79 |
| -## Architecture |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| -## Features |
84 |
| - |
85 |
| -+ `ng-zorro-antd` based |
86 |
| -+ Responsive Layout |
87 |
| -+ I18n |
88 |
| -+ [@delon](https://github.com/cipchk/delon) |
89 |
| -+ Lazy load Assets |
90 |
| -+ UI Router States |
91 |
| -+ Customize Theme |
92 |
| -+ Less preprocessor |
93 |
| -+ Well organized & commented code |
94 |
| -+ Simple upgrade |
95 |
| -+ Support Docker deploy |
96 |
| - |
97 |
| -## App Shots |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| -## Troubleshooting |
104 |
| - |
105 |
| -Please follow this guidelines when reporting bugs and feature requests: |
106 |
| - |
107 |
| -1. Use [GitHub Issues](https://github.com/cipchk/ng-alain/issues) board to report bugs and feature requests (not our email address) |
108 |
| -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. |
109 |
| - |
110 |
| -Thanks for understanding! |
111 |
| - |
112 |
| -### License |
113 |
| - |
114 |
| -The MIT License (see the [LICENSE](https://github.com/cipchk/ng-alain/blob/master/LICENSE) file for the full text) |
115 |
| -#添加项目初始文件 |
| 1 | +#添加项目初始文件 |
0 commit comments