Няма описание

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

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.