Aucune description

Gustavo Zanatta aa7ba9b877 feat: ✨ feat (documento dependente) adicionado documento no dependente il y a 2 jours
public 2b6522ee26 correcao geral icons il y a 2 mois
src aa7ba9b877 feat: ✨ feat (documento dependente) adicionado documento no dependente il y a 2 jours
src-capacitor 31aa85f20f fix fluxo primeiro acesso + version 1.0.6 il y a 1 semaine
.env.example bfd8799c1a change version 1.0.5 il y a 1 semaine
.gitignore ba75014c92 corrige gitignore il y a 2 mois
README.md e8664bddbd first commit il y a 4 mois
eslint.config.js e8664bddbd first commit il y a 4 mois
index.html e8664bddbd first commit il y a 4 mois
jsconfig.json e8664bddbd first commit il y a 4 mois
package-lock.json 9f6cf4fec4 new version 1.0.2 il y a 1 mois
package.json 13b209c976 version src-capacitor 1.0.4 il y a 2 semaines
politicas_ajustes.md 675ae3cc59 app inteiro il y a 2 mois
postcss.config.js e8664bddbd first commit il y a 4 mois
quasar.config.js bfd8799c1a change version 1.0.5 il y a 1 semaine

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.