暫無描述

Gustavo Zanatta 9f6cf4fec4 new version 1.0.2 1 月之前
public 2b6522ee26 correcao geral icons 2 月之前
src 0544dc32b4 funcao para abrir wpp com mensagem pre preenchida para msg da serprati 1 月之前
src-capacitor 9f6cf4fec4 new version 1.0.2 1 月之前
.env.example 675ae3cc59 app inteiro 2 月之前
.gitignore ba75014c92 corrige gitignore 2 月之前
README.md e8664bddbd first commit 3 月之前
eslint.config.js e8664bddbd first commit 3 月之前
index.html e8664bddbd first commit 3 月之前
jsconfig.json e8664bddbd first commit 3 月之前
package-lock.json 9f6cf4fec4 new version 1.0.2 1 月之前
package.json 9f6cf4fec4 new version 1.0.2 1 月之前
politicas_ajustes.md 675ae3cc59 app inteiro 2 月之前
postcss.config.js e8664bddbd first commit 3 月之前
quasar.config.js 772d934d22 funcao de afastamento + usuario afastado n consegue criar agendamento + usuario ativo cria agendamento aprovado automaticamente + associado afastado nao retorna na validacao de carteirinha 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.