thats-me/frontend
2026-06-05 09:54:12 +02:00
..
_src 10-04-2026 2026-04-22 12:57:10 +02:00
dev APP als Hybrid Version - Anbindung an API 2026-06-05 09:54:12 +02:00
public 20-02-2026 2026-03-06 13:56:20 +01:00
src APP als Hybrid Version - Anbindung an API 2026-06-05 09:54:12 +02:00
src-capacitor 25-02-2025 2026-03-06 14:01:49 +01:00
.editorconfig first commit 2025-04-01 10:49:26 +02:00
.gitignore 25-02-2025 2026-03-06 14:01:49 +01:00
.npmrc first commit 2025-04-01 10:49:26 +02:00
.prettierrc.json first commit 2025-04-01 10:49:26 +02:00
eslint.config.js first commit 2025-04-01 10:49:26 +02:00
index.html first commit 2025-04-01 10:49:26 +02:00
jsconfig.json first commit 2025-04-01 10:49:26 +02:00
MOBILE-APPS.md 25-02-2025 2026-03-06 14:01:49 +01:00
package-lock.json 10-04-2026 2026-04-22 12:57:10 +02:00
package.json APP als Hybrid Version - Anbindung an API 2026-06-05 09:54:12 +02:00
postcss.config.js first commit 2025-04-01 10:49:26 +02:00
quasar.config.js 25-02-2025 2026-03-06 14:01:49 +01:00
README.md APP als Hybrid Version - Anbindung an API 2026-06-05 09:54:12 +02:00

Thats me App (thatsme-quasar)

Thats me Quasar Project

Version

Aktuelle Frontend-Version: 0.0.1

Die sichtbare App-Version wird in src/config/appVersion.js gepflegt und muss bei weiteren Entwicklungsschritten zusammen mit package.json und relevanten Dokumenten aktualisiert werden.

Install the dependencies

yarn
# or
npm install

erste installation

npm i -g @quasar/cli npm init quasar@latest

Now, do you want to be able to run Quasar CLI commands directly (eg. $ quasar dev/build)

npm i -g @quasar/cli

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.