Brak opisu

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

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.