Нема описа

Gustavo Zanatta a09c904649 feat: :sparkles: feat (queue-jobs import) adicionado queue e jobs nos imports пре 1 недеља
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema пре 2 месеци
src a09c904649 feat: :sparkles: feat (queue-jobs import) adicionado queue e jobs nos imports пре 1 недеља
.gitignore 4aa219a744 first commit пре 2 месеци
README.md 4aa219a744 first commit пре 2 месеци
eslint.config.js 4aa219a744 first commit пре 2 месеци
index.html 4aa219a744 first commit пре 2 месеци
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema пре 2 месеци
package-lock.json 61098d542d feat: :sparkles: feat (plataforma-v1) Implementação da loja пре 3 недеља
package.json 911f5ef163 🔧 chore(deps): adicionar dependências para os novos módulos da plataforma пре 1 месец
postcss.config.js 4aa219a744 first commit пре 2 месеци
quasar.config.js 49c154de9e correcoes prod пре 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.