thats-me/frontend
Kevin Adametz c62234e1ca docker setup
# Conflicts:
#	.gitignore
#	backend/vite.config.js
#	frontend/package-lock.json
2026-03-06 13:46:43 +01:00
..
public add video poster and audio sample, alter deploment 2025-09-24 11:54:33 +02:00
src update sample entry 2025-09-24 12:58:48 +02:00
.editorconfig first commit 2025-04-01 10:49:26 +02:00
.gitignore first commit 2025-04-01 10:49:26 +02: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
package-lock.json docker setup 2026-03-06 13:46:43 +01:00
package.json Add entry edit form and options 2025-09-14 22:59:50 +02:00
postcss.config.js first commit 2025-04-01 10:49:26 +02:00
quasar.config.js docker setup 2026-03-06 13:46:43 +01:00
README.md docker setup 2026-03-06 13:46:43 +01:00

Thats me App (thatsme-quasar)

Thats me Quasar Project

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.