暫無描述

Gustavo Zanatta 0207fc9579 ✨ feat(avaliacao): implementar fluxo de avaliação pós-agendamento 4 天之前
public 7a6e79d30e feat: :sparkles: feat(agendamento-sob-medida): finalizando fluxo frontend com dashboard, modal e i18n 2 周之前
src 0207fc9579 ✨ feat(avaliacao): implementar fluxo de avaliação pós-agendamento 4 天之前
src-capacitor c4b7aa4741 last commit before new pr pattern | implementacao do dashboard com dados da API + perfil com as abas funcionais 3 周之前
.gitignore 35292517be gitignore 2 月之前
README.md 32f55b3f3e first commit 2 月之前
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente 1 周之前
index.html 32f55b3f3e first commit 2 月之前
jsconfig.json 32f55b3f3e first commit 2 月之前
package-lock.json 32f55b3f3e first commit 2 月之前
package.json 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 1 月之前
postcss.config.js 32f55b3f3e first commit 2 月之前
quasar.config.js c4b7aa4741 last commit before new pr pattern | implementacao do dashboard com dados da API + perfil com as abas funcionais 3 周之前
quasar.config.js.temporary.compiled.1773333788777.mjs 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 1 月之前

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.