Sin descripción

Gustavo Zanatta 245a32fd61 feat: tela de confirmacao sob medida + correcao botoes reagendar hace 3 semanas
public 542b5dbdc4 build: muda icon do app hace 2 meses
src 245a32fd61 feat: tela de confirmacao sob medida + correcao botoes reagendar hace 3 semanas
src-capacitor fc41b9ad43 fix att perfil cliente hace 1 mes
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade hace 3 meses
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente hace 2 meses
README.md 32f55b3f3e first commit hace 7 meses
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente hace 4 meses
favicon.ico 542b5dbdc4 build: muda icon do app hace 2 meses
index.html 32f55b3f3e first commit hace 7 meses
jsconfig.json 32f55b3f3e first commit hace 7 meses
package-lock.json 730b3bf205 refactor: fluxo de pedidos consta a taxa referente a cartao de credito deixando os alertas de desconto com pix para hora do pagamento hace 1 mes
package.json c66728bc2f ajustes nome do app hace 1 mes
postcss.config.js 32f55b3f3e first commit hace 7 meses
quasar.config.js 5a1c5f423e feat: ✨ feat (fluxo agendamento) pacote de agendamento e carrinho hace 1 mes

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.