Açıklama Yok

Gustavo Zanatta 37e43e43b8 ajuste nome e sobrenome para validar form com 3 caracteres 1 hafta önce
public 2b6522ee26 correcao geral icons 2 ay önce
src 37e43e43b8 ajuste nome e sobrenome para validar form com 3 caracteres 1 hafta önce
src-capacitor e63ae6528d build nova versao 1.0.7 1 hafta önce
.env.example bfd8799c1a change version 1.0.5 2 hafta önce
.gitignore ba75014c92 corrige gitignore 2 ay önce
README.md e8664bddbd first commit 4 ay önce
eslint.config.js e8664bddbd first commit 4 ay önce
index.html e8664bddbd first commit 4 ay önce
jsconfig.json e8664bddbd first commit 4 ay önce
package-lock.json 9f3ace3e5f WIP - guias dos agendamentos de consultas 1 hafta önce
package.json 9f3ace3e5f WIP - guias dos agendamentos de consultas 1 hafta önce
politicas_ajustes.md 675ae3cc59 app inteiro 3 ay önce
postcss.config.js e8664bddbd first commit 4 ay önce
quasar.config.js bfd8799c1a change version 1.0.5 2 hafta önce

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.