بدون توضیح

Gustavo Zanatta c679d460b8 feat: codigo unico para favorito 2 هفته پیش
public 1dc7ff9682 build: muda icon do app 2 ماه پیش
src c679d460b8 feat: codigo unico para favorito 2 هفته پیش
src-capacitor 20f7a10a69 chore version 2.4 2 هفته پیش
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto 2 ماه پیش
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 2 ماه پیش
README.md 872dc3af5f first commit 7 ماه پیش
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 4 ماه پیش
index.html 872dc3af5f first commit 7 ماه پیش
jsconfig.json 872dc3af5f first commit 7 ماه پیش
package-lock.json 20f7a10a69 chore version 2.4 2 هفته پیش
package.json 20f7a10a69 chore version 2.4 2 هفته پیش
postcss.config.js 872dc3af5f first commit 7 ماه پیش
quasar.config.js 4ce464d153 feat: ✨ feat (pedidos e solicitacoes) adicionada listagem de solicitacoes do cliente na aba pedidos 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.