Нема описа

Gustavo Zanatta c66728bc2f ajustes nome do app пре 17 часа
public 542b5dbdc4 build: muda icon do app пре 2 недеља
src 199d97f02a style: alteracoes no bloco 'perto de voce': tamanho da fonte do seletor de periodos, label do botao, padrao inicial é 6h пре 1 дан
src-capacitor c66728bc2f ajustes nome do app пре 17 часа
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade пре 2 месеци
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente пре 2 недеља
README.md 32f55b3f3e first commit пре 6 месеци
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente пре 3 месеци
favicon.ico 542b5dbdc4 build: muda icon do app пре 2 недеља
index.html 32f55b3f3e first commit пре 6 месеци
jsconfig.json 32f55b3f3e first commit пре 6 месеци
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 пре 5 дана
package.json c66728bc2f ajustes nome do app пре 17 часа
postcss.config.js 32f55b3f3e first commit пре 6 месеци
quasar.config.js 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade пре 2 месеци

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.