This project is just an example of using Jakmar with Vue.
This example let's you build a workflow and visualize it.
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.
To illustrate the use of Jakmar, please look at src/models/stateDefinition.js
TODO
- build and start the object
- show current state
- "live mode" to apply transitions
- style
- README section on Vue