CMOD is an alternative front-end for CoRA, the coverability and reachability graph assistant.
- Download a release from the release tab.
- Unzip.
- Run
npm installto install the required dependencies. - Configure CMOD according to your settings by editing
config.jsonin the root folder. - Run
npm run build. This might take a minute. - In the
distfolder 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.