Brak opisu

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

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.