8 Star 68 Fork 15

袋鼠云 / molecule

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.02 KB
一键复制 编辑 原始数据 按行查看 历史

CONTRIBUTING

Development

Start to development

yarn # install dependencies

yarn dev

Running a web preview version:

yarn build
yarn web

Naming

Unify the Service methods basic prefix naming:

  • add, prefix for Add sth.
  • remove, prefix for Remove sth.
  • update, prefix for Update sth.
  • get, prefix for Get sth.
  • set, prefix for Set sth.
  • create, perfix for create sth.
  • on, prefix for listen to the event.
  • find, prefix for Find sth.
  • move, prefix for Move sth.
  • append, prefix for Append sth.
  • toggle, prefix for Toggle sth.

Git Work flow

Branch-based Workflow

Reference

JavaScript
1
https://gitee.com/dtstack_dev_0/molecule.git
git@gitee.com:dtstack_dev_0/molecule.git
dtstack_dev_0
molecule
molecule
main

搜索帮助