Bez popisu

kayo henrique 61098d542d feat: :sparkles: feat (plataforma-v1) Implementação da loja před 3 týdny
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema před 2 měsíci
src 61098d542d feat: :sparkles: feat (plataforma-v1) Implementação da loja před 3 týdny
.gitignore 4aa219a744 first commit před 2 měsíci
README.md 4aa219a744 first commit před 2 měsíci
eslint.config.js 4aa219a744 first commit před 2 měsíci
index.html 4aa219a744 first commit před 2 měsíci
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema před 2 měsíci
package-lock.json 61098d542d feat: :sparkles: feat (plataforma-v1) Implementação da loja před 3 týdny
package.json 911f5ef163 🔧 chore(deps): adicionar dependências para os novos módulos da plataforma před 1 měsícem
postcss.config.js 4aa219a744 first commit před 2 měsíci
quasar.config.js 49c154de9e correcoes prod před 1 měsícem

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.