Bez popisu

Gustavo Zanatta 2ccdc9d9a3 pagina de configuracoes da empresa para alterar dados da landingpage před 1 měsícem
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema před 3 měsíci
src 2ccdc9d9a3 pagina de configuracoes da empresa para alterar dados da landingpage před 1 měsícem
.gitignore 4aa219a744 first commit před 3 měsíci
README.md 4aa219a744 first commit před 3 měsíci
eslint.config.js 4aa219a744 first commit před 3 měsíci
index.html 4aa219a744 first commit před 3 měsíci
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema před 3 měsíci
package-lock.json 53798b194c instalacao vue draggable před 1 měsícem
package.json 53798b194c instalacao vue draggable před 1 měsícem
postcss.config.js 4aa219a744 first commit před 3 měsíci
quasar.config.js 49c154de9e correcoes prod před 3 měsíci

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.