I made this repo to experience setting up a live web app. Its purpose is to track the product levels at a business' locations.
[
{
"lat": ###,
"lng": ###,
"level": ###,
"name": string
},
...
]
VUE_APP_API_KEY=myapikey
VUE_APP_BASE_URL=http*
VUE_APP_THRESHOLD=50
npm install
npm run serve
npm run build
npm run lint