Bez popisu

Gustavo Zanatta 6b8a248e46 config firebase před 1 týdnem
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo před 3 měsíci
src 4995299cc9 Merge branch 'development' of gogs.softpar.inf.br:Softpar/sfp_front_vue_diarista_prestador into development před 2 týdny
src-capacitor 6b8a248e46 config firebase před 1 týdnem
.gitignore 227644843d gitignore před 4 měsíci
README.md 872dc3af5f first commit před 4 měsíci
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento před 1 měsícem
index.html 872dc3af5f first commit před 4 měsíci
jsconfig.json 872dc3af5f first commit před 4 měsíci
package-lock.json b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) před 2 týdny
package.json b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) před 2 týdny
postcss.config.js 872dc3af5f first commit před 4 měsíci
quasar.config.js b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) před 2 týdny
quasar.config.js.temporary.compiled.1773333784136.mjs a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo před 3 měsíci
quasar.config.js.temporary.compiled.1779814851016.mjs 1a158c7fa9 feat: add integracoes para saldo e saque dos valores disponiveis para o prestador 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.