Nessuna descrizione

kayo henrique f715b9c5fd feat: :sparkles: feat(informa falta) Implementação do fluxo de falta do prestador no frontend 6 ore fa
public 1dc7ff9682 build: muda icon do app 2 mesi fa
src f715b9c5fd feat: :sparkles: feat(informa falta) Implementação do fluxo de falta do prestador no frontend 6 ore fa
src-capacitor b90039f7b3 ajustes banner pagamento + version 2.7 + ajuste notificacao 4 giorni fa
.env.app.dev 9ac8d78be5 websocket 1 settimana fa
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 2 mesi fa
README.md 872dc3af5f first commit 7 mesi fa
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 4 mesi fa
index.html 872dc3af5f first commit 7 mesi fa
jsconfig.json 872dc3af5f first commit 7 mesi fa
package-lock.json b90039f7b3 ajustes banner pagamento + version 2.7 + ajuste notificacao 4 giorni fa
package.json b90039f7b3 ajustes banner pagamento + version 2.7 + ajuste notificacao 4 giorni fa
postcss.config.js 872dc3af5f first commit 7 mesi fa
quasar.config.js 9ac8d78be5 websocket 1 settimana fa

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.