https://github.com/ant-move/iview-aliapp
支付宝小程序版 iview 组件库。
https://github.com/ant-move/iview-aliapp
alipay antmove components iview miniprogram
Last synced: 6 months ago
JSON representation
支付宝小程序版 iview 组件库。
- Host: GitHub
- URL: https://github.com/ant-move/iview-aliapp
- Owner: ant-move
- Created: 2019-08-30T06:40:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T05:55:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T06:51:10.935Z (7 months ago)
- Topics: alipay, antmove, components, iview, miniprogram
- Language: JavaScript
- Homepage: https://ant-move.github.io/iview-alipay-docs/
- Size: 837 KB
- Stars: 56
- Watchers: 3
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 注意:该仓库已停止维护
如果寻找其它的替代方案,建议使用官方提供的 [antD小程序版](https://mini.ant.design/)
# iView alipay
### 一套高质量的支付宝小程序 UI 组件库,支持钉钉小程序。
> 使用 [Antmove](https://ant-move.github.io/website/) 小程序转换器基于 [iview-weapp](https://github.com/TalkingData/iview-weapp) 转换得到。
## 文档
* [iView weapp 文档](https://weapp.iviewui.com)
## npm
* [dd](https://www.npmjs.com/package/iview-aliapp-dd)
* [alipay](https://www.npmjs.com/package/iview-aliapp)## 快速上手
### 使用之前
在开始使用 iView alipay 之前,你需要先阅读 [支付宝小程序自定义组件](https://docs.alipay.com/mini/framework/custom-component-overview) 的相关文档。### 如何使用
`npm i iview-aliapp -S`
1. 添加需要的组件, 以Button为例。在页面的 json 中配置(路径根据自己项目位置配置):
```json
"usingComponents": {
"i-button": "iview-aliapp/dist/dist/button/index"
}
```
2. 在 axml 中使用组件:
```html
这是一个按钮
```### 预览
* 支付宝小程序
* gif 效果图
### IDE 预览
下载本项目到本地,使用支付宝 IDE 打开 alipay/aliapp, 运行`npm i` 安装依赖,即可预览。
> 预览时请在项目详情设置中开启 `component2` 编译,详情可参考[支付宝小程序自定义组件使用介绍](https://docs.alipay.com/mini/framework/custom-component-overview#%E4%BD%BF%E7%94%A8%E9%A1%BB%E7%9F%A5)。
# 联系
如果您在使用的过程中碰到问题,可以通过下面几个途径寻求帮助。
* 钉钉交流群:
![]()
* 邮件:amap-appx@service.autonavi.com## License
[MIT](http://opensource.org/licenses/MIT)
## 感谢
感谢 TalkingData 团队对 ivew-weapp 的贡献,本项目基于 iview-weapp 转换而来,并做了支付宝小程序平台的适配兼容。