This is the code of the frontend of the Combinatorial Auction Visualizer (CAVis).
Enviroment variable to configure Api: VUE_APP_API_URL
Simply set this during the build process (docker-build for example).
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit