Sin descripción

Gustavo Zanatta 28f8dc5c7f Ajuste agendamento: so permite agendar com convenios medicos hace 2 días
public 2b6522ee26 correcao geral icons hace 2 meses
src 28f8dc5c7f Ajuste agendamento: so permite agendar com convenios medicos hace 2 días
src-capacitor 31aa85f20f fix fluxo primeiro acesso + version 1.0.6 hace 1 semana
.env.example bfd8799c1a change version 1.0.5 hace 1 semana
.gitignore ba75014c92 corrige gitignore hace 2 meses
README.md e8664bddbd first commit hace 4 meses
eslint.config.js e8664bddbd first commit hace 4 meses
index.html e8664bddbd first commit hace 4 meses
jsconfig.json e8664bddbd first commit hace 4 meses
package-lock.json 9f6cf4fec4 new version 1.0.2 hace 1 mes
package.json 13b209c976 version src-capacitor 1.0.4 hace 2 semanas
politicas_ajustes.md 675ae3cc59 app inteiro hace 2 meses
postcss.config.js e8664bddbd first commit hace 4 meses
quasar.config.js bfd8799c1a change version 1.0.5 hace 1 semana

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.