Нема описа

Gustavo Mantovani bf2e12e4fb refactor: ajuste no registro inicial (sendo possivel selecionar ou tirar foto para o perfil) + ajuste na mensagem de sob medida (fix na imagem) пре 1 месец
public 7a6e79d30e feat: :sparkles: feat(agendamento-sob-medida): finalizando fluxo frontend com dashboard, modal e i18n пре 5 месеци
src bf2e12e4fb refactor: ajuste no registro inicial (sendo possivel selecionar ou tirar foto para o perfil) + ajuste na mensagem de sob medida (fix na imagem) пре 1 месец
src-capacitor bf2e12e4fb refactor: ajuste no registro inicial (sendo possivel selecionar ou tirar foto para o perfil) + ajuste na mensagem de sob medida (fix na imagem) пре 1 месец
.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 месеци
index.html 32f55b3f3e first commit пре 7 месеци
jsconfig.json 32f55b3f3e first commit пре 7 месеци
package-lock.json bf2e12e4fb refactor: ajuste no registro inicial (sendo possivel selecionar ou tirar foto para o perfil) + ajuste na mensagem de sob medida (fix na imagem) пре 1 месец
package.json bf2e12e4fb refactor: ajuste no registro inicial (sendo possivel selecionar ou tirar foto para o perfil) + ajuste na mensagem de sob medida (fix na imagem) пре 1 месец
postcss.config.js 32f55b3f3e first commit пре 7 месеци
quasar.config.js 70919a302c build: alterar quasar.config.js para conseguir alternar entre ambientes com facilidade пре 3 месеци

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.