Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 789 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 789 Bytes

Jakmar with React - example

This project is just an example of using Jakmar with Vue.

This example let's you build a workflow and visualize it.

Running the example

To run the example, you need NodeJS and Bower installed. Then install Gulp for the build:

npm install -g gulp

Run the following next:

npm install
bower install

Then you are ready to go! Just run gulp and that should open a browser with the example running.

Jakmar

To illustrate the use of Jakmar, please look at src/models/stateDefinition.js

Vue

TODO

TODO

  • build and start the object
  • show current state
  • "live mode" to apply transitions
  • style
  • README section on Vue