thats-me/frontend
2025-09-22 09:55:24 +02:00
..
public detail page: add tile gallery 2025-09-22 09:55:24 +02:00
src detail page: add tile gallery 2025-09-22 09:55:24 +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 adjust footer edit page 2025-09-15 11:04:42 +02: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 add several pages and life wave 2025-08-31 22:58:40 +02:00
README.md first commit 2025-04-01 10:49:26 +02:00

Thats me App (thatsme-quasar)

Thats me Quasar Project

Install the dependencies

yarn
# or
npm install

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.