Skip to content

Commit ec7f985

Browse files
authored
Update README.md
1 parent 5321932 commit ec7f985

File tree

1 file changed

+1
-115
lines changed

1 file changed

+1
-115
lines changed

README.md

Lines changed: 1 addition & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +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-
[![NPM version](https://img.shields.io/npm/v/ng-alain/next.svg)](https://www.npmjs.com/package/ng-alain)
5-
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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-
[![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon)
62-
[![Dependency Status](https://david-dm.org/cipchk/delon/status.svg)](https://david-dm.org/cipchk/delon)
63-
[![DevDependency Status](https://david-dm.org/cipchk/delon/dev-status.svg)](https://david-dm.org/cipchk/delon?type=dev)
64-
65-
[![npm](https://img.shields.io/npm/l/@delon/theme.svg)](https://www.npmjs.com/package/@delon/theme)
66-
[![npm](https://img.shields.io/npm/dm/@delon/theme.svg)](https://www.npmjs.com/package/@delon/theme)
67-
68-
| package name | version | next version |
69-
| ------------ |:-----:|:----------:|
70-
| @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) |
71-
| @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) |
72-
| @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) |
73-
| @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) |
74-
| @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) |
75-
| @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) |
76-
| @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) |
77-
| @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) |
78-
79-
## Architecture
80-
81-
![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)
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-
![desktop](https://github.com/cipchk/delon/blob/master/_screenshot/desktop.png)
100-
![ipad](https://github.com/cipchk/delon/blob/master/_screenshot/ipad.png)
101-
![iphone](https://github.com/cipchk/delon/blob/master/_screenshot/iphone.png)
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

Comments
 (0)