بدون توضیح

Gustavo Zanatta 0e9e58d93d ajustes login e compartilhamento 2 هفته پیش
public 542b5dbdc4 build: muda icon do app 1 ماه پیش
src 0e9e58d93d ajustes login e compartilhamento 2 هفته پیش
src-capacitor 377e7cf87d Merge remote-tracking branch 'origin' into feature/diaria-gus-4leva 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.