Nessuna descrizione

ebagabee 11442b8192 feat: :sparkles: adiciona login direto para dashboard 1 mese fa
public 032e141289 feat: :sparkles: adiciona titulo e icone na pagina 1 mese fa
src 11442b8192 feat: :sparkles: adiciona login direto para dashboard 1 mese fa
.editorconfig 55b36cea92 first commit 1 anno fa
.gitignore 55b36cea92 first commit 1 anno fa
.npmrc 55b36cea92 first commit 1 anno fa
README.md 55b36cea92 first commit 1 anno fa
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across 2 mesi fa
index.html 032e141289 feat: :sparkles: adiciona titulo e icone na pagina 1 mese fa
jsconfig.json 55b36cea92 first commit 1 anno fa
package-lock.json e3e110965f corrige vulnerabilidades 1 mese fa
package.json 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall 4 mesi fa
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall 4 mesi fa
quasar.config.js 9999b9d1b5 chore: remove modo dark e compoe cores do sistema 1 mese fa

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.