Bez popisu

zntt 8a7dc0e3e7 Merge branch 'feature/diariaapp-kay-agendamentos-sob-medida-apps' of Softpar/sfp_front_vue_diarista_backoffice into development před 1 týdnem
public 75efb86282 style: :lipstick: aplicando logos e favicon před 1 měsícem
src 13cbd0574d feat: :sparkles: feat(agendamento-sob-medida) foi ajustado o campo de numeros do cartão před 1 týdnem
.gitignore 0ed516a1cd gitignore před 2 měsíci
README.md 659af3c3c1 first commit před 2 měsíci
eslint.config.js cbec49c927 feat: :sparkles: crud clientes před 2 měsíci
index.html 659af3c3c1 first commit před 2 měsíci
jsconfig.json 2556b34dca build: :building_construction: Alterações iniciais Backoffice před 2 měsíci
package-lock.json 659af3c3c1 first commit před 2 měsíci
package.json 75efb86282 style: :lipstick: aplicando logos e favicon před 1 měsícem
postcss.config.js 659af3c3c1 first commit před 2 měsíci
quasar.config.js 3dd4bb8fc9 removendo autoopen ao rodar servidor před 1 měsícem

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.