Aucune description

Gustavo Zanatta f361fad433 chore: versao 2.2 (versionCode 13) il y a 1 jour
public 542b5dbdc4 build: muda icon do app il y a 4 semaines
src 5601ae7e7d Merge branch 'fix/diaria-kay-correções' of Softpar/sfp_front_vue_diarista_cliente into development il y a 1 jour
src-capacitor f361fad433 chore: versao 2.2 (versionCode 13) il y a 1 jour
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade il y a 2 mois
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente il y a 1 mois
README.md 32f55b3f3e first commit il y a 6 mois
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente il y a 3 mois
favicon.ico 542b5dbdc4 build: muda icon do app il y a 4 semaines
index.html 32f55b3f3e first commit il y a 6 mois
jsconfig.json 32f55b3f3e first commit il y a 6 mois
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 il y a 2 semaines
package.json c66728bc2f ajustes nome do app il y a 1 semaine
postcss.config.js 32f55b3f3e first commit il y a 6 mois
quasar.config.js 5a1c5f423e feat: ✨ feat (fluxo agendamento) pacote de agendamento e carrinho il y a 1 semaine

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.