Açıklama Yok

joykepler bf7d85e234 feat: :sparkles: exibir titulo inteiro ao abrir notificacao e adicionar fallback de imagem 6 gün önce
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 3 ay önce
src bf7d85e234 feat: :sparkles: exibir titulo inteiro ao abrir notificacao e adicionar fallback de imagem 6 gün önce
.gitignore 4aa219a744 first commit 3 ay önce
README.md 4aa219a744 first commit 3 ay önce
eslint.config.js 4aa219a744 first commit 3 ay önce
index.html 4aa219a744 first commit 3 ay önce
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 3 ay önce
package-lock.json 53798b194c instalacao vue draggable 1 ay önce
package.json 53798b194c instalacao vue draggable 1 ay önce
postcss.config.js 4aa219a744 first commit 3 ay önce
quasar.config.js e520ae5cc6 ajuste ip api 3 hafta önce

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.