f48a6abd6e8ef5b7c78ca0a9681e09ca90783f11
xtr-improved-frontend
This is the improved frontend/webgui for xtr.
Install / Build guide
Install all needed node packages - node_modules
folder will be created
$ npm install
To build final sources for production environment in dist
folder
$ npm run build
Running app in development mode - accessible under http://localhost:8080/
$ npm run serve
Description
Languages
Vue
84%
JavaScript
15%
HTML
1%