暂无描述

Gustavo Mantovani ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 2 周之前
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 4 月之前
src ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 2 周之前
src-capacitor 1484f5eba9 chore: versao do app 2 周之前
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto 2 周之前
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 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 98388fad40 fix: :bug: fix(alteração no fluxo de cadastro) Foi realizado uma alteração no fluxo de cadastro 2 周之前
package.json 98388fad40 fix: :bug: fix(alteração no fluxo de cadastro) Foi realizado uma alteração no fluxo de cadastro 2 周之前
postcss.config.js 872dc3af5f first commit 5 月之前
quasar.config.js 382e167243 bui 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.