Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 761 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (28 loc) · 761 Bytes

Contributing

欢迎任意形式的贡献。

Issues

  • BUG 上报 如果 WePY 不工作或者异常,确认是 WePY 本身问题并且在 Issue 中搜索未找到答案时,欢迎提 Issue 讨论。

  • 新功能支持 如果你觉得 WePY 存在不足的地方,或者有更好的 idea,欢迎提 Issue 讨论。

  • 问题讨论 如果你对 WePY 存在疑问或者不确定的地方,欢迎提 Issue 讨论。

Pull requests

  • 开发调试代码
# Download code
git clone [email protected]:wepyjs/wepy.git

cd wepy

# Start
npm run bootstrap


# Build code
npm run build

# Watch
npm run watch

# Run test
npm run test

# Useage
wepy # Realy wepy you installed

wepy-dev # Local wepy

wepy-debug # Debug local wepy using node --inspect