1.0.7 • Published 5 years ago
@ubrorg/iconfont v1.0.7
iconfont(based on woff file)
iconfont
使用
在页面的 page.json 中配置:
{
"usingComponents": {
"iconfont": "@ubrorg/iconfont/lib/index"
}
}在页面的 page.axml 中直接使用:
<iconfont type="wheel" />参数
- className
- size
- color
- type: icon's name
开发
yarn或者ayarn(阿里内网)安装依赖- 将新的woff字体文件命名为 iconfont.woff
- yarn run update(更新组件acss文件及demo.html)
- 发布
更多命令
miapp newbranch: 新建分支miapp push: 提交代码miapp prepub: 预发(发布 beta 版本)miapp publish: 正式发布