Нема описа

Gustavo Mantovani 7c3b6efc1f chore: .gitignore пре 2 недеља
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo пре 4 месеци
src 003e9f651c reconcile пре 2 недеља
src-capacitor 003e9f651c reconcile пре 2 недеља
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto пре 2 недеља
.gitignore 7c3b6efc1f chore: .gitignore пре 2 недеља
README.md 872dc3af5f first commit пре 5 месеци
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento пре 3 месеци
index.html 872dc3af5f first commit пре 5 месеци
jsconfig.json 872dc3af5f first commit пре 5 месеци
package-lock.json 003e9f651c reconcile пре 2 недеља
package.json 003e9f651c reconcile пре 2 недеља
postcss.config.js 872dc3af5f first commit пре 5 месеци
quasar.config.js 382e167243 bui пре 1 месец
quasar.config.js.temporary.compiled.1773333784136.mjs a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo пре 4 месеци
quasar.config.js.temporary.compiled.1779814851016.mjs 1a158c7fa9 feat: add integracoes para saldo e saque dos valores disponiveis para o prestador пре 2 месеци
quasar.config.js.temporary.compiled.1780666187782.mjs 4f729aa915 feat: :sparkles: feat (chatbot) implementado chatbot пре 1 месец

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.