|
@ -20,7 +20,7 @@ |
|
|
|
|
|
|
|
|
- [x] **Process visualization:** iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand. |
|
|
- [x] **Process visualization:** iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand. |
|
|
- [x] **Logic re-usage:** iMove node supports multiplexing, and its single node supports parameter configuration. |
|
|
- [x] **Logic re-usage:** iMove node supports multiplexing, and its single node supports parameter configuration. |
|
|
- [x] **Flexible**: We need to write an only function. The node can also be extended. iMove can alse support plug-in integration. |
|
|
- [x] **Flexible**: We need to write an only function. The node can also be extended. iMove can also support plug-in integration. |
|
|
- [ ] **Multi-language compilation**: There is no language compiling code limitation (example: support JavaScript, Java compiling code). |
|
|
- [ ] **Multi-language compilation**: There is no language compiling code limitation (example: support JavaScript, Java compiling code). |
|
|
|
|
|
|
|
|
## Quickstart |
|
|
## Quickstart |
|
@ -33,8 +33,9 @@ Download this project, install dependencies and start the project. |
|
|
$ git clone https://github.com/imgcook/imove.git |
|
|
$ git clone https://github.com/imgcook/imove.git |
|
|
$ npm run example |
|
|
$ npm run example |
|
|
``` |
|
|
``` |
|
|
|
|
|
<!-- markdown-link-check-disable --> |
|
|
Open http://localhost:8000/ and you can see the online effect. |
|
|
Open http://localhost:8000/ and you can see the online effect. |
|
|
|
|
|
<!-- markdown-link-check-enable --> |
|
|
|
|
|
|
|
|
### Step2. Draw flowchart |
|
|
### Step2. Draw flowchart |
|
|
|
|
|
|
|
|