暫無描述

Gustavo Zanatta 5f4d43e8a5 Merge branch 'feature/diaria-gus-4leva' into development 2 周之前
public 542b5dbdc4 build: muda icon do app 1 月之前
src 0e9e58d93d ajustes login e compartilhamento 2 周之前
src-capacitor 6c2bbe0ad1 Merge branch 'development', remote-tracking branch 'origin' into fix-diaria-kay-ajustes-cliente 2 周之前
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade 3 月之前
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente 1 月之前
README.md 32f55b3f3e first commit 7 月之前
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente 4 月之前
favicon.ico 542b5dbdc4 build: muda icon do app 1 月之前
index.html 32f55b3f3e first commit 7 月之前
jsconfig.json 32f55b3f3e first commit 7 月之前
package-lock.json 0e9e58d93d ajustes login e compartilhamento 2 周之前
package.json 0e9e58d93d ajustes login e compartilhamento 2 周之前
postcss.config.js 32f55b3f3e first commit 7 月之前
quasar.config.js 03deb3817f changes new version + versao no profile 2 周之前

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.