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

https://github.com/qsctech/qsc-wechat

QSC Mobile in Wechat Version
https://github.com/qsctech/qsc-wechat

Last synced: about 1 year ago
JSON representation

QSC Mobile in Wechat Version

Awesome Lists containing this project

README

          

## Contribute Guide

### First fork this repositry into your own namespace

### Clone and set up upstream
```
git clone ...
git remote add upstream ......
```

### Install dependencies
```
npm install wepy-cli -g
cd WORKDIR
npm install or yarn
```

### Debug(hot reload)
```
npm run dev or yarn dev
```

### Build
```
npm run build or yarn build
```

### 微信开发者工具
You will also need to install `微信开发者工具` locally, which can be found on the official site of wechat.

You are recommanded to follow [this guide](https://tencent.github.io/wepy/document.html#/) to set up your workspace.

### Last but not the least
Open a merge request to the root repositry once a new feature is finished.