説明なし

kayo henrique 27535f6b8c feat: :sparkles: feat(validaçã-carteirinha) Foi criado e ajustado o front end referente a base de pesquisa da carteirinha 3 週間 前
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 2 ヶ月 前
src 27535f6b8c feat: :sparkles: feat(validaçã-carteirinha) Foi criado e ajustado o front end referente a base de pesquisa da carteirinha 3 週間 前
.gitignore 4aa219a744 first commit 2 ヶ月 前
README.md 4aa219a744 first commit 2 ヶ月 前
eslint.config.js 4aa219a744 first commit 2 ヶ月 前
index.html 4aa219a744 first commit 2 ヶ月 前
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 2 ヶ月 前
package-lock.json 61098d542d feat: :sparkles: feat (plataforma-v1) Implementação da loja 3 週間 前
package.json 911f5ef163 🔧 chore(deps): adicionar dependências para os novos módulos da plataforma 1 ヶ月 前
postcss.config.js 4aa219a744 first commit 2 ヶ月 前
quasar.config.js 49c154de9e correcoes prod 1 ヶ月 前

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.