You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2.6 KiB

iMove

All Contributors

iMove is a logic-reusable, function-oriented and process-visualized JavaScript tool library.

English | 简体中文

特性

  • Process visualization: iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand.
  • Logic re-usage: iMove node supports multiplexing, and its single node supports parameter configuration.
  • Flexible: We need to write an only function. The node can also be extended. iMove can alse support plug-in integration.
  • Multi-language compilation: There is no language compiling code limitation (example: support JavaScript, Java compiling code).

快速开始

步骤 1. 准备

Download this project, install dependencies and start the project.

$ git clone https://github.com/imgcook/imove.git
$ npm run example

Open http://localhost:8000/ and you can see the online effect.

步骤 2. 绘制流程图

Drag nodes from the left panel and drop them into the center, then we can get a flowchart.

flowchart

步骤 3. 配置节点

Select the node, modify its display name and complete the code.

flowchart-usage1

flowchart-usage2

贡献

  1. Fork 仓库
  2. 创建分支 (git checkout -b my-new-feature)
  3. 提交修改 (git commit -am 'Add some feature')
  4. 推送 (git push origin my-new-feature)
  5. 创建 PR

欢迎fork和反馈

If you have any suggestion, welcome to github to raise issues.

协议

本仓库遵循 MIT 协议

贡献者

Thanks goes to these excellent (contributors):

本仓库遵循 all-contributors 规范,欢迎贡献!