Aucune description

Gustavo Zanatta db61be4c63 feat: :sparkles: feat (agendamentos) criado bloco de servicos do dia na dashboard il y a 6 jours
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 1 mois
src db61be4c63 feat: :sparkles: feat (agendamentos) criado bloco de servicos do dia na dashboard il y a 6 jours
src-capacitor 872dc3af5f first commit il y a 2 mois
.gitignore 227644843d gitignore il y a 2 mois
README.md 872dc3af5f first commit il y a 2 mois
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento il y a 1 semaine
index.html 872dc3af5f first commit il y a 2 mois
jsconfig.json 872dc3af5f first commit il y a 2 mois
package-lock.json 872dc3af5f first commit il y a 2 mois
package.json a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 1 mois
postcss.config.js 872dc3af5f first commit il y a 2 mois
quasar.config.js 6e140e9a14 cadastro + login prestador, dashboard funcional il y a 1 mois
quasar.config.js.temporary.compiled.1773333784136.mjs a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 1 mois

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.