Aucune description

Gustavo Mantovani cbe298e609 versao cod 7 name 1.6 il y a 1 semaine
public 1dc7ff9682 build: muda icon do app il y a 2 semaines
src cbe298e609 versao cod 7 name 1.6 il y a 1 semaine
src-capacitor cbe298e609 versao cod 7 name 1.6 il y a 1 semaine
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto il y a 2 semaines
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page il y a 2 semaines
README.md 872dc3af5f first commit il y a 5 mois
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento il y a 3 mois
index.html 872dc3af5f first commit il y a 5 mois
jsconfig.json 872dc3af5f first commit il y a 5 mois
package-lock.json 55ea100141 chore: ajuste codigo DashboardPriceSuggest il y a 1 semaine
package.json 98388fad40 fix: :bug: fix(alteração no fluxo de cadastro) Foi realizado uma alteração no fluxo de cadastro il y a 2 semaines
postcss.config.js 872dc3af5f first commit il y a 5 mois
quasar.config.js 4c9d4cc2d5 feat: permite o prestador adicionar localizacao via api do google maps il y a 1 semaine

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.