Нема описа

Gustavo Mantovani 21ea66a056 Merge remote-tracking branch 'refs/remotes/origin/development' into development пре 3 недеља
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo пре 3 месеци
src 3bb57dffde refactor: ajuste na camada de api de register-provider para funcionar plenamente com o formdata пре 3 недеља
src-capacitor 2fa8f20235 install npm push notifications пре 3 недеља
.env.app.dev 9c633958af build: altera quasar config para alternar entre ambientes diferentes пре 3 недеља
.gitignore 651e8fab9f Merge branch 'development' of gogs.softpar.inf.br:Softpar/sfp_front_vue_diarista_prestador into development пре 3 недеља
README.md 872dc3af5f first commit пре 4 месеци
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento пре 2 месеци
index.html 872dc3af5f first commit пре 4 месеци
jsconfig.json 872dc3af5f first commit пре 4 месеци
package-lock.json b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) пре 4 недеља
package.json 382e167243 bui пре 3 недеља
postcss.config.js 872dc3af5f first commit пре 4 месеци
quasar.config.js 382e167243 bui пре 3 недеља
quasar.config.js.temporary.compiled.1773333784136.mjs a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo пре 3 месеци
quasar.config.js.temporary.compiled.1779814851016.mjs 1a158c7fa9 feat: add integracoes para saldo e saque dos valores disponiveis para o prestador пре 4 недеља

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.