##认识WeUI
WeUI 的轻量级 js 封装。
注意:由于微信小程序不支持dom操作,所以weui.js并不适用于小程序。不过WeUI也为小程序开发了另外的版本,详情请看:https://github.com/Tencent/weui-wxss/
手机预览:https://weui.io/weui.js/
##安装
1 | git clone https://github.com/Tencent/weui.js.git |
##编译
1 | npm run build |
##使用
global
1 |
|
import as module
1 | import 'weui'; |
##文档
[文档]:https://github.com/Tencent/weui.js/blob/master/docs/README.md
##Github
[github]:https://github.com/Tencent/weui.js