Aucune description

Gustavo Mantovani 1de019a5a8 Merge remote-tracking branch 'remotes/origin/fix-diaria-kay-alteração-no-fluxo-de-cadastrado' into development il y a 2 semaines
public 7a6e79d30e feat: :sparkles: feat(agendamento-sob-medida): finalizando fluxo frontend com dashboard, modal e i18n il y a 3 mois
src d37b073489 fix: :bug: fix(alteração no fluxo de cadastro) Foi feito a alteração no fluxo de cadastro il y a 2 semaines
src-capacitor da6a99fa88 chore: versao do app il y a 2 semaines
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade il y a 1 mois
.gitignore 640ed59d76 build: ignora pastas de release do src-capacitor il y a 2 semaines
README.md 32f55b3f3e first commit il y a 5 mois
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente il y a 3 mois
index.html 32f55b3f3e first commit il y a 5 mois
jsconfig.json 32f55b3f3e first commit il y a 5 mois
package-lock.json 5c2943ef29 reconcile commits il y a 2 semaines
package.json 5c2943ef29 reconcile commits il y a 2 semaines
postcss.config.js 32f55b3f3e first commit il y a 5 mois
quasar.config.js 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade il y a 1 mois
quasar.config.js.temporary.compiled.1773333788777.mjs 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 4 mois
quasar.config.js.temporary.compiled.1780406523031.mjs 496372f1f3 feat: :sparkles: feat (push notific) finalizada config das push il y a 1 mois

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.