Açıklama Yok

Gustavo Zanatta 069073b9d9 fix style: botoes dos detalhes de uma oportunidade 4 gün önce
public 1dc7ff9682 build: muda icon do app 1 ay önce
src 069073b9d9 fix style: botoes dos detalhes de uma oportunidade 4 gün önce
src-capacitor 6adb14f1c6 changes new version + versao no profile 4 gün önce
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto 1 ay önce
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 1 ay önce
README.md 872dc3af5f first commit 6 ay önce
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 4 ay önce
index.html 872dc3af5f first commit 6 ay önce
jsconfig.json 872dc3af5f first commit 6 ay önce
package-lock.json 26eed49727 sync package 1 hafta önce
package.json 6adb14f1c6 changes new version + versao no profile 4 gün önce
postcss.config.js 872dc3af5f first commit 6 ay önce
quasar.config.js 6adb14f1c6 changes new version + versao no profile 4 gün önce

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.