CMOD is an alternative front-end for CoRA, the coverability and reachability graph assistant.
- Download a release from the release tab.
- Unzip.
- Run
npm install
to install the required dependencies. - Configure CMOD according to your settings by editing
config.json
in the root folder. - Run
npm run build
. This might take a minute. - In the
dist
folder you will find the compiled files. Place these at your desired location.
CMOD is built upon the Vue framework and uses Vuex for state management. In addition, CMOD makes use of vue-class-component, vue-property-decorator, and vuex-module-decorators. For the modeller CMOD uses vue-multipane for the layout. Vue-focus is used for setting focus.