cntway / 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 NPM version NPM version npm downloads Angular 2 Style Guide Build Status codecov

WeUI Components build with Angular.

Table of Contents

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

Usage & Demo

Documentation & Live Demo

Installation instructions

Install ngx-weui from npm

npm install ngx-weui --save

You will need weui styles:

<!-- index.html -->
<link href="//res.wx.qq.com/open/libs/weui/1.1.2/weui.min.css" rel="stylesheet">

And ngx-weui styles in src/styles.scss:

@import '~ngx-weui/index';

Import the ngx-weui in to your root AppModule.

import { WeUiModule } from 'ngx-weui';

@NgModule({
    imports: [ WeUiModule.forRoot() ]
})
export class AppModule { }

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.4%Language:HTML 10.7%Language:CSS 3.8%Language:JavaScript 0.9%Language:Shell 0.2%