# miniapp **Repository Path**: willwong/miniapp ## Basic Information - **Project Name**: miniapp - **Description**: 微信小程序日常开发code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2021-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信小程序学习 ## 参考资源 - [vant weapp (ui框架)](https://vant-contrib.gitee.io/vant-weapp/#/home) - [(视频)微信小程序云开发基础到实战 云数据库 云函数 云存储 云调用](https://www.bilibili.com/video/BV12z4y1R77r?p=1) - [微信小程序官方文档](https://developers.weixin.qq.com/miniprogram/dev/framework/) ## 知识点 - 使用iconfont字体图标 - 原生组件button 的 open-type - 自定义组件 - 轮播图适配 - 事件和借助属性传参 - 单向数据流和修改值 - apifm-wxapi api工厂的使用 - 小程序云开发 (多参考官方文档) - vant weapp 的使用