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
- Host: GitHub
- URL: https://github.com/qsctech/qsc-wechat
- Owner: QSCTech
- Archived: true
- Created: 2018-06-26T04:55:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T16:34:57.000Z (over 7 years ago)
- Last Synced: 2025-03-26T02:39:37.751Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.43 MB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.