欢迎任意形式的贡献。
-
BUG 上报 如果 WePY 不工作或者异常,确认是 WePY 本身问题并且在 Issue 中搜索未找到答案时,欢迎提 Issue 讨论。
-
新功能支持 如果你觉得 WePY 存在不足的地方,或者有更好的 idea,欢迎提 Issue 讨论。
-
问题讨论 如果你对 WePY 存在疑问或者不确定的地方,欢迎提 Issue 讨论。
- 开发调试代码
# Download code
git clone [email protected]:wepyjs/wepy.git
cd wepy
# Start
# This command will generate `wepy-dev` and `wepy-debug` command for you
npm run bootstrap
# Build code
npm run build
# Watch
npm run watch
# Run test cases
npm run test
# Useage
wepy build # Global wepy you installed by npm
wepy-dev build # Local wepy you compiled by your local repository
wepy-debug build # Debug local wepy using node --inspect