小程序组件库,仅适用微信小程序。若有疑问请提交到Issues中。
群:586394214
在之前你应该阅读微信自定义组件文档。根目录执行:
$ pm install wxapp-el-ui
# 或
$ git clone https://github.com/cabbagelol/wxapp-el-ui.git (建议)
将component
与style
文件夹拷贝到自己的项目中,依照下方教程方式使用组件。
1.在page.json文件中配置usingComponents
参数。
"usingComponents":{
"el-head": "component/_head/head"
}
2.在wxml中使用组件:
<el-head head="{{head}}"></el-head>
关于更多的教程与使用,请参考https://cabbagelol.gitbook.io/docs/