설명 없음

zntt a15ea03a05 Merge branch 'feature/DIARIA-gus-agenda' of Softpar/sfp_front_vue_diarista_prestador into development 1 개월 전
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 3 달 전
src adb9920df2 style: :lipstick: style (pagamentos) criado layout da tela de pagamentos 1 개월 전
src-capacitor 872dc3af5f first commit 4 달 전
.gitignore 227644843d gitignore 4 달 전
README.md 872dc3af5f first commit 4 달 전
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 1 개월 전
index.html 872dc3af5f first commit 4 달 전
jsconfig.json 872dc3af5f first commit 4 달 전
package-lock.json 872dc3af5f first commit 4 달 전
package.json a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 3 달 전
postcss.config.js 872dc3af5f first commit 4 달 전
quasar.config.js 6e140e9a14 cadastro + login prestador, dashboard funcional 2 달 전
quasar.config.js.temporary.compiled.1773333784136.mjs a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 3 달 전

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.