Нет описания

joykepler 34e7f1ce70 fix: :bug: corrigir card de acessos ao app 6 дней назад
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 3 месяцев назад
src 34e7f1ce70 fix: :bug: corrigir card de acessos ao app 6 дней назад
.gitignore 4aa219a744 first commit 3 месяцев назад
README.md 4aa219a744 first commit 3 месяцев назад
eslint.config.js 4aa219a744 first commit 3 месяцев назад
index.html 4aa219a744 first commit 3 месяцев назад
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 3 месяцев назад
package-lock.json 53798b194c instalacao vue draggable 1 месяц назад
package.json 53798b194c instalacao vue draggable 1 месяц назад
postcss.config.js 4aa219a744 first commit 3 месяцев назад
quasar.config.js e520ae5cc6 ajuste ip api 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.