# weui A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications. https://weui.io/ ## Develop ``` git clone https://github.com/Tencent/weui yarn && yarn build ``` ## Usage ``` # 安装依赖 npm install --save weui # 导包 import "weui"; ``` 或者 html导入: ```