一套组件化、可复用、易扩展的微信小程序 UI 组件库 如何使用 按照如下的方式使用组件,以 Button 为例,其它组件在对应的文档页查看: 在 page.json 中引入组件 "usingComponents": { "wux-button": "../../dist/button/index" } 在 page.wxml 中使用组件 Button Button