暫無描述

zntt 6ec9ebb022 Merge branch 'feature/serprati-kay-carteirinha-dependente' of Softpar/sfp_front_vue_serprati_digital into development 2 周之前
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 5 月之前
src bc7fddd8b3 feat: :sparkles: feat(carteirinha dependente) Foi adicionado ao frontend a visualização da data e status 2 周之前
.gitignore 4aa219a744 first commit 5 月之前
README.md 4aa219a744 first commit 5 月之前
eslint.config.js 4aa219a744 first commit 5 月之前
index.html 4aa219a744 first commit 5 月之前
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema 5 月之前
package-lock.json 53798b194c instalacao vue draggable 2 月之前
package.json 53798b194c instalacao vue draggable 2 月之前
postcss.config.js 4aa219a744 first commit 5 月之前
quasar.config.js 113307d4ca fix ip api 1 月之前

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.