bulade-ui
v1.1.39
Published
轻量、可靠的小程序 UI 组件库
Readme
微信小程序组件库
介绍
Bulade UI Weapp 是使用微信小程序原生语言开发的轻量、高效的 UI 组件库。
注意
本组件库为热血星球系列小程序使用,可能会随着业务非向下兼容改动,其他公司或下载使用请谨慎。
预览 (体验版,需要有权限)
安装
通过 npm 命令行安装
npm install bulade-ui -S构建
在微信小程序开发者工具组,点击“工具”菜单中的“构建 npm”,将其构建到 miniprogram_npm 目录下
使用
"usingComponents": {
"bld-button": "bulade-ui/button"
} <bld-button iclass="button" type="success" size="lg" >按钮</bld-button>微信开发者工具预览
# 安装项目依赖
npm install
# 执行组件编译
npm run dev执行开发预览
npm run watch