Нема описа

Gustavo Zanatta bfd8799c1a change version 1.0.5 пре 2 недеља
public 2b6522ee26 correcao geral icons пре 2 месеци
src 06002d7029 feat: ✨ feat (primeiro acesso associado) criado fluxo de primeiro acesso do associado пре 3 недеља
src-capacitor bfd8799c1a change version 1.0.5 пре 2 недеља
.env.example bfd8799c1a change version 1.0.5 пре 2 недеља
.gitignore ba75014c92 corrige gitignore пре 2 месеци
README.md e8664bddbd first commit пре 4 месеци
eslint.config.js e8664bddbd first commit пре 4 месеци
index.html e8664bddbd first commit пре 4 месеци
jsconfig.json e8664bddbd first commit пре 4 месеци
package-lock.json 9f6cf4fec4 new version 1.0.2 пре 1 месец
package.json 13b209c976 version src-capacitor 1.0.4 пре 3 недеља
politicas_ajustes.md 675ae3cc59 app inteiro пре 2 месеци
postcss.config.js e8664bddbd first commit пре 4 месеци
quasar.config.js bfd8799c1a change version 1.0.5 пре 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.