Aplikacija za terensko delo popisa jam
Follow instructions here (chapter #1): https://quasar.dev/quasar-cli-vite/developing-cordova-apps/preparation
(install Android Studio, set up PATH, etc... you can skip chapters #2, #3 and #4 - they are already done)
npm install -g cordova
npm install
# install cordova dependencies
cd src-cordova
cordova platform add android@11
npm install
# check if everything is set up correctly
cordova requirements
npm run dev
# or run cordova in dev mode
npm run mobile
# build full android package
npm run build-mobile
# only update www files (faster)
npm run mobile-update