Aucune description

Gustavo Zanatta 544dd96e35 feat: :sparkles: feat (detalhes agendamento) alterada exibicao das especialidades il y a 14 heures
public 542b5dbdc4 build: muda icon do app il y a 2 semaines
src 544dd96e35 feat: :sparkles: feat (detalhes agendamento) alterada exibicao das especialidades il y a 14 heures
src-capacitor 260b313876 fix versions para core 7 il y a 15 heures
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade il y a 1 mois
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente il y a 2 semaines
README.md 32f55b3f3e first commit il y a 5 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 2 semaines
index.html 32f55b3f3e first commit il y a 5 mois
jsconfig.json 32f55b3f3e first commit il y a 5 mois
package-lock.json 260b313876 fix versions para core 7 il y a 15 heures
package.json 260b313876 fix versions para core 7 il y a 15 heures
postcss.config.js 32f55b3f3e first commit il y a 5 mois
quasar.config.js 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade il y a 1 mois

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.