Bez popisu

Gustavo Zanatta 8871e8e6ce Merge branch 'development' of gogs.softpar.inf.br:Softpar/sfp_front_vue_diarista_cliente into development před 1 týdnem
public 7a6e79d30e feat: :sparkles: feat(agendamento-sob-medida): finalizando fluxo frontend com dashboard, modal e i18n před 2 měsíci
src 9840199ff5 Merge remote-tracking branch 'refs/remotes/origin/development' into development před 2 týdny
src-capacitor 16d64490d5 config firebase před 1 týdnem
.gitignore 9298785b60 feat: :sparkles: feat (maps e dashboard incompletes) implementado sistema de mapas e dashboard incompleta před 1 měsícem
README.md 32f55b3f3e first commit před 4 měsíci
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente před 1 měsícem
index.html 32f55b3f3e first commit před 4 měsíci
jsconfig.json 32f55b3f3e first commit před 4 měsíci
package-lock.json 0906758394 push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) před 2 týdny
package.json 0906758394 push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) před 2 týdny
postcss.config.js 32f55b3f3e first commit před 4 měsíci
quasar.config.js 82af79cd06 Merge branch 'development' of gogs.softpar.inf.br:Softpar/sfp_front_vue_diarista_cliente into development před 2 týdny
quasar.config.js.temporary.compiled.1773333788777.mjs 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo před 3 měsíci

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.