Nessuna descrizione

Gustavo Zanatta a874a31035 style: :lipstick: style (status e borda) corrigido cor de status e removida borda desnecessaria 1 giorno fa
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 3 mesi fa
src a874a31035 style: :lipstick: style (status e borda) corrigido cor de status e removida borda desnecessaria 1 giorno fa
.gitignore 4aa219a744 first commit 3 mesi fa
README.md 4aa219a744 first commit 3 mesi fa
eslint.config.js 4aa219a744 first commit 3 mesi fa
index.html 4aa219a744 first commit 3 mesi fa
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 3 mesi fa
package-lock.json 53798b194c instalacao vue draggable 1 mese fa
package.json 53798b194c instalacao vue draggable 1 mese fa
postcss.config.js 4aa219a744 first commit 3 mesi fa
quasar.config.js e520ae5cc6 ajuste ip api 3 settimane fa

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.