https://github.com/eggmantv/wechat-mini-program-in-action
微信小程序开发
https://github.com/eggmantv/wechat-mini-program-in-action
javascript ruby wechat wechat-mini-program
Last synced: 8 months ago
JSON representation
微信小程序开发
- Host: GitHub
- URL: https://github.com/eggmantv/wechat-mini-program-in-action
- Owner: eggmantv
- Created: 2018-02-27T08:45:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T08:47:33.000Z (over 8 years ago)
- Last Synced: 2025-10-06T16:39:27.516Z (9 months ago)
- Topics: javascript, ruby, wechat, wechat-mini-program
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 微信小程序开发实战

项目具体讲解请参考这里 **[微信小程序开发实战](http://eggman.tv/c/s-wechat-mini-program-in-action)**
为了方便在每节课的代码间进行切换,该课程是通过git tag的方式来组织的,就是每节课对应一个git tag。
Clone项目
```shell
$git clone git@github.com:eggmantv/wechat-mini-program-in-action.git
```
切换tag
```shell
$cd wechat-mini-program-in-action
查看所有标签
$git tag
01
02
...
切换到第一节课的源码
$git checkout 01
```
### 功能
+ 微信用户授权
+ 用户登录和注册,以及微信用户绑定和自动登录
+ 滑动Banner功能开发
+ 列表页面无限滚动和下拉刷新
+ 视频播放
+ 微信支付
+ 跨屏事件通知模块开发
+ WebView的使用和消息传递
+ 分享功能开发
+ 模板消息功能
+ 生成小程序码
**该项目中的一切图标禁止用于任何商业用途。版权归[蛋人网](https://eggman.tv)所有。**