Repositorio sobre Franqueada de Ginastica do Cerebro

ebagabee 4fecc7a99c feat: adiciona campos para aluno há 2 semanas atrás
public 6bb1a7163c feat: adiciona icone, titulo há 1 mês atrás
src 4fecc7a99c feat: adiciona campos para aluno há 2 semanas atrás
.editorconfig 55b36cea92 first commit há 1 ano atrás
.gitignore 55b36cea92 first commit há 1 ano atrás
.npmrc 55b36cea92 first commit há 1 ano atrás
README.md 55b36cea92 first commit há 1 ano atrás
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across há 2 meses atrás
index.html 6bb1a7163c feat: adiciona icone, titulo há 1 mês atrás
jsconfig.json 55b36cea92 first commit há 1 ano atrás
package-lock.json d76103d8fe chore: build command and url há 1 mês atrás
package.json d76103d8fe chore: build command and url há 1 mês atrás
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall há 4 meses atrás
quasar.config.js d76103d8fe chore: build command and url há 1 mês atrás

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.