# ngx-weui
**Repository Path**: cipchk/ngx-weui
## Basic Information
- **Project Name**: ngx-weui
- **Description**: WeUI for angular
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 9
- **Forks**: 1
- **Created**: 2020-06-27
- **Last Updated**: 2021-08-18
## Categories & Tags
**Categories**: webui, angular-extensions
**Tags**: None
## README
NGX-WEUI
[WeUI](https://github.com/weui/weui) Components build with [Angular](https://angular.io/).
[](https://travis-ci.org/cipchk/ngx-weui)
[](https://www.npmjs.com/package/ngx-weui)
[](https://npmjs.org/ngx-weui)
[](https://codecov.io/gh/cipchk/ngx-weui)
[](https://github.com/cipchk/ngx-weui/blob/master/LICENSE)
[](https://prettier.io/)
[](https://cipchk.github.io/ngx-weui/)
## Version
- WeUI `1.x` using `7.0.x`
- WeUI `<= 2.2` using `8.x` & Angular 8
- WeUI `>= 2.3` using `9.x` & Angular 9, 10, Support dark & light theme
## Table of Contents
1. [Usage & Demo](#usage--demo)
2. [Installation instructions](#installation-instructions)
3. [API Docs](https://cipchk.github.io/ngx-weui/)
4. [Customize Theme](https://cipchk.github.io/ngx-weui/#/docs/style)
5. [Global Config](https://cipchk.github.io/ngx-weui/#/docs/config)
6. [Troubleshooting](#troubleshooting)
7. [License](#license)
## Usage & Demo
- [Documentation](https://cipchk.github.io/ngx-weui/) - [国内镜像](https://cipchk.gitee.io/ngx-weui/)
- [Live Demo](https://cipchk.github.io/ngx-weui/) - [国内镜像](https://cipchk.gitee.io/ngx-weui/)
- [Stackblitz](https://stackblitz.com/edit/ngx-weui), [Codesandbox](https://codesandbox.io/s/ngx-weui-wki41?file=/src/app/app.component.ts)
## Create project
1. Install global `angular-cli`:
```bash
npm install -g @angular/cli
```
2. New a empty angular project
```bash
# Specify less style
ng new demo --style less
cd demo
```
3. add `ngx-weui`
```bash
ng add ngx-weui
```
> please refer to more [details](https://github.com/cipchk/ngx-weui/blob/master/docs/how.md).
### How to use it with:
+ `angular-cli` please refer to [how](https://github.com/cipchk/ngx-weui/blob/master/docs/how.md).
+ `stackblitz` sample available [here](https://stackblitz.com/edit/ngx-weui).
## Troubleshooting
Please follow this guidelines when reporting bugs and feature requests:
1. Use [GitHub Issues](https://github.com/cipchk/ngx-weui/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](https://github.com/cipchk/ngx-weui/blob/master/LICENSE) file for the full text)