Entstanden an der FH St. Pölten im Zuge eines Forschungsprojekts.
| Technologie | Version | Description |
|---|---|---|
| Ionic | 7 | Mobile Framework |
| Vue | 3 | Frontend Web Development Framework |
| Yarn | 1.22 | Package manager |
| Capacitor | 4.1.1 | Cross Device support |
Move in the root directory and execute
# Move into your directory
cd /spuren-pulkau/
# Install dependencies
yarn
# or with NPM
npm install
# Start application in browser
ionic serve
We will use Android Studio as build tool. That installs all necessary SDKs to your machine.
ionic config set -g npmClient yarn(optional | Switching ionic package manager to yarn)ionic capacitor add android(creates /android and builds /www directories)ionic capacitor copy android(copies /www/ source into /android)ionic capacitor open android(open in android studio)ionic capacitor run android(you have to add a virtual or real device first in android studio)