A web application template that displays data on a map in a mobile-fiendly way, based on:
npm installnpm run devnpm run lintnpm run formatnom run buildIf this frontend application connects to a backend service, use the following environment variables:
API_URL, the base URL of the backend server:https://some-app.epfl.chAPI_PATH, the entry point of the backend's web services:/api
See documentation about the quasar.config.js and how the API client is setup in the src/boot/api.ts file.