tanhao-index / ngx-weui

WeUI for angular

Home Page:https://cipchk.github.io/ngx-weui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-weui

WeUI Components build with Angular.

Build Status NPM version npm downloads Codecov GitHub license prettier

Version

  • WeUI 1.x using 7.0.x
  • WeUI 2.x using 8.0.x & Angular 8

Table of Contents

  1. Usage & Demo
  2. Installation instructions
  3. API Docs
  4. Customize Theme
  5. Global Config
  6. Troubleshooting
  7. License

Usage & Demo

Create project

  1. Install global angular-cli:
npm install -g @angular/cli
  1. New a empty angular project
# Specify less style
ng new demo --style less
cd demo
  1. add ngx-weui
ng add ngx-weui
# Using WeUI 1.x
# ng add ngx-weui

please refer to more details.

How to use it with:

  • angular-cli please refer to how.
  • stackblitz sample available here.

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)

About

WeUI for angular

https://cipchk.github.io/ngx-weui/

License:MIT License


Languages

Language:TypeScript 84.0%Language:HTML 11.6%Language:CSS 3.8%Language:JavaScript 0.4%Language:Shell 0.2%