An open API service indexing awesome lists of open source software.

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

微信小程序开发

Awesome Lists containing this project

README

          

# 微信小程序开发实战

![蛋人网小程序](https://eggman.tv/images/eggman_mp_code.png)

项目具体讲解请参考这里 **[微信小程序开发实战](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)所有。**