This is frontend of JPV-math application. It provide GUI for backend service.
It consists of:
- Settings block
- Horizontal menu
- Chart block
To deploy service you need:
- Clone repository
- Open project in WebStorm or IDEA with Vue.js plugin
- Download Node.js
- Create npm serve configuration and set Node.js interpreter
- Run command npm install
Now you can run your project at localhost:8080/home.


