Aucune description

ebagabee e5d0bb376e chore(DefaultTable): change the descricao to description and feminino to female to follows english pattern code il y a 2 jours
public 032e141289 feat: :sparkles: adiciona titulo e icone na pagina il y a 1 mois
src e5d0bb376e chore(DefaultTable): change the descricao to description and feminino to female to follows english pattern code il y a 2 jours
.editorconfig 55b36cea92 first commit il y a 1 an
.gitignore 55b36cea92 first commit il y a 1 an
.npmrc 55b36cea92 first commit il y a 1 an
README.md 5148acdd1a docs: adiciona readme reference il y a 3 semaines
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across il y a 2 mois
index.html 032e141289 feat: :sparkles: adiciona titulo e icone na pagina il y a 1 mois
jsconfig.json 55b36cea92 first commit il y a 1 an
package-lock.json 3347c2e7c0 Merge remote-tracking branch 'origin/development' il y a 1 mois
package.json 9443e18dcc chore: build command and url il y a 1 mois
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall il y a 4 mois
quasar.config.js 3347c2e7c0 Merge remote-tracking branch 'origin/development' il y a 1 mois

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.

PR Reference:

## O que foi feito Descreva resumidamente o que mudou e por quê.

## Tipo de mudança

- [ ] Nova feature
- [ ] Correção de bug
- [ ] Refatoração
- [ ] Documentação
- [ ] Outro:

## Como testar

1. Acesse ...
2. Faça ...
3. Verifique que ...

## Checklist antes do merge

- [ ] Testei localmente
- [ ] Não quebrei nenhum fluxo existente
- [ ] Adicionei/atualizei testes se necessário
- [ ] Variáveis de ambiente documentadas
- [ ] Sem console.log ou código de debug

## Ticket relacionado Refs: