Brak opisu

Gustavo Zanatta 0a0ec07b30 Merge branch 'development' of gogs.softpar.inf.br:Softpar/sfp_front_vue_serprati_associado_app into development 1 dzień temu
public 2b6522ee26 correcao geral icons 2 miesięcy temu
src f3f0f11ad3 feat: :sparkles: feat(carteirinha dependente) Foi adicionado ao frontend a visualização da data e status 1 dzień temu
src-capacitor effcd87f52 chore version 1.0.10 1 dzień temu
.env.example bfd8799c1a change version 1.0.5 3 tygodni temu
.gitignore ba75014c92 corrige gitignore 2 miesięcy temu
README.md e8664bddbd first commit 4 miesięcy temu
eslint.config.js e8664bddbd first commit 4 miesięcy temu
index.html e8664bddbd first commit 4 miesięcy temu
jsconfig.json e8664bddbd first commit 4 miesięcy temu
package-lock.json 606911f6e4 feat: :sparkles: feat(carteirinha dependente) Foi criado a opção de carteirinha do dependente dentro do app 4 dni temu
package.json 606911f6e4 feat: :sparkles: feat(carteirinha dependente) Foi criado a opção de carteirinha do dependente dentro do app 4 dni temu
politicas_ajustes.md 675ae3cc59 app inteiro 3 miesięcy temu
postcss.config.js e8664bddbd first commit 4 miesięcy temu
quasar.config.js bfd8799c1a change version 1.0.5 3 tygodni temu

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.