Bez popisu

Gustavo Zanatta 5f4d43e8a5 Merge branch 'feature/diaria-gus-4leva' into development před 2 týdny
public 542b5dbdc4 build: muda icon do app před 1 měsícem
src 0e9e58d93d ajustes login e compartilhamento před 2 týdny
src-capacitor 6c2bbe0ad1 Merge branch 'development', remote-tracking branch 'origin' into fix-diaria-kay-ajustes-cliente 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 0e9e58d93d ajustes login e compartilhamento před 2 týdny
package.json 0e9e58d93d ajustes login e compartilhamento 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.