https://github.com/jasonz1987/ionic3-wechat-sdk-demo
微信SDK插件 ionic3 demo
https://github.com/jasonz1987/ionic3-wechat-sdk-demo
cordova-plugin ionic3-demo wechat-sdk
Last synced: about 2 months ago
JSON representation
微信SDK插件 ionic3 demo
- Host: GitHub
- URL: https://github.com/jasonz1987/ionic3-wechat-sdk-demo
- Owner: jasonz1987
- Created: 2019-03-13T09:43:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T21:43:23.000Z (over 1 year ago)
- Last Synced: 2025-04-15T05:57:03.042Z (about 2 months ago)
- Topics: cordova-plugin, ionic3-demo, wechat-sdk
- Language: TypeScript
- Homepage: https://www.jason-z.com
- Size: 2.92 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
this project is a ionic3 demo for [`cordova-plugin-wechat`]((https://github.com/xu-li/cordova-plugin-wechat))
[中文文档](README_CN.md)

### Usage
1. Download
```shell
git clone https://github.com/jasonz1987/ionic3-wechat-sdk-demo
```2. Install dependency package
```shell
npm install
```3. Modify package in `config.xml`
4. Install the plugin and use the WeChat AppID withe same bundle id.
```shell
ionic cordova plugin add cordova-plugin-wechat --variable wechatappid=wxxxxxxx
```5. Add platform
```shell
ionic cordova platform add android
``````shell
ionic cordova platform add ios
```6. Run and debug
```shell
ionic cordova run android
``````shell
ionic cordova run ios
```### Course
This is a tutorial for ionic3 WeChat Development,i hope it can help you.
https://www.jason-z.com/course/3
### Donate
If this project help you reduce time to develop, you can give me a cup of coffee :)
[](https://www.paypal.me/jasonz1987/6.66)
