Sen descrición

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

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.