Keine Beschreibung

Gustavo Zanatta 24ce94a90a version 3.0 + ajuste notificacao vor 2 Tagen
public 542b5dbdc4 build: muda icon do app vor 1 Monat
src 9a686c2976 implementacao didit - validacao de documentos vor 3 Tagen
src-capacitor 24ce94a90a version 3.0 + ajuste notificacao vor 2 Tagen
.env.app.dev 1fcf97df13 websocket vor 1 Woche
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente vor 1 Monat
README.md 32f55b3f3e first commit vor 7 Monaten
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente vor 4 Monaten
favicon.ico 542b5dbdc4 build: muda icon do app vor 1 Monat
index.html 32f55b3f3e first commit vor 7 Monaten
jsconfig.json 32f55b3f3e first commit vor 7 Monaten
package-lock.json 24ce94a90a version 3.0 + ajuste notificacao vor 2 Tagen
package.json 24ce94a90a version 3.0 + ajuste notificacao vor 2 Tagen
postcss.config.js 32f55b3f3e first commit vor 7 Monaten
quasar.config.js 1fcf97df13 websocket vor 1 Woche

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.