Không có mô tả

Gustavo Mantovani 5c2943ef29 reconcile commits 2 tuần trước cách đây
public 7a6e79d30e feat: :sparkles: feat(agendamento-sob-medida): finalizando fluxo frontend com dashboard, modal e i18n 3 tháng trước cách đây
src 048d258ef9 Merge remote-tracking branch 'remotes/origin/fix/kay-alinhar-opções-da-oportunidades' into development 2 tuần trước cách đây
src-capacitor 5c2943ef29 reconcile commits 2 tuần trước cách đây
.env.app.dev 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade 1 tháng trước cách đây
.gitignore 5c2943ef29 reconcile commits 2 tuần trước cách đây
README.md 32f55b3f3e first commit 5 tháng trước cách đây
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente 3 tháng trước cách đây
index.html 32f55b3f3e first commit 5 tháng trước cách đây
jsconfig.json 32f55b3f3e first commit 5 tháng trước cách đây
package-lock.json 5c2943ef29 reconcile commits 2 tuần trước cách đây
package.json 5c2943ef29 reconcile commits 2 tuần trước cách đây
postcss.config.js 32f55b3f3e first commit 5 tháng trước cách đây
quasar.config.js 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade 1 tháng trước cách đây
quasar.config.js.temporary.compiled.1773333788777.mjs 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 4 tháng trước cách đây
quasar.config.js.temporary.compiled.1780406523031.mjs 496372f1f3 feat: :sparkles: feat (push notific) finalizada config das push 1 tháng trước cách đây

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.