Bez popisu

Gustavo Zanatta ca26f611e2 change default to 6h před 2 týdny
public 542b5dbdc4 build: muda icon do app před 1 měsícem
src ca26f611e2 change default to 6h před 2 týdny
src-capacitor c396efd34a remove permission nao necessaria před 2 týdny
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade před 3 měsíci
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente před 1 měsícem
README.md 32f55b3f3e first commit před 7 měsíci
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente před 4 měsíci
favicon.ico 542b5dbdc4 build: muda icon do app před 1 měsícem
index.html 32f55b3f3e first commit před 7 měsíci
jsconfig.json 32f55b3f3e first commit před 7 měsíci
package-lock.json a37937f79a chore version 2.6 před 2 týdny
package.json a37937f79a chore version 2.6 před 2 týdny
postcss.config.js 32f55b3f3e first commit před 7 měsíci
quasar.config.js 03deb3817f changes new version + versao no profile před 2 týdny

README.md

Quasar App (quasar-skeleton)

A skeleton for future projects

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.