Repositorio sobre Franqueada de Ginastica do Cerebro

ebagabee da4e5ac955 feat: dashboard estatico пре 1 месец
public 82d8d88de6 feat: adiciona estilizacao de left menu пре 1 месец
src da4e5ac955 feat: dashboard estatico пре 1 месец
.editorconfig 55b36cea92 first commit пре 1 година
.gitignore 55b36cea92 first commit пре 1 година
.npmrc 55b36cea92 first commit пре 1 година
README.md 55b36cea92 first commit пре 1 година
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across пре 2 месеци
index.html 55b36cea92 first commit пре 1 година
jsconfig.json 55b36cea92 first commit пре 1 година
package-lock.json 2468648bd4 corrige vulnerabilidades пре 1 месец
package.json 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall пре 4 месеци
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall пре 4 месеци
quasar.config.js d4cff86d1a feat: tela de login пре 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.