This project is a simple Frontend app to use with icinga2_api_request backend (https://github.com/jtejedera/icinga2_api_request)
It's built with Vue.js, Vuetify and Socket.io.
- Change Node.js Backend API server address and Socket.io namespace address:
 
Node.js Backend API server                      -   Line 12 main.js (http://<backend_api>:8000/api)
Node.js Backend API socker.io namespace         -   Line 23 main.js (http://<backend_api>:8000)
npm install
npm run serve
npm run build
