Repositorio sobre Franqueada de Ginastica do Cerebro

ebagabee 4ff6d1de56 feat: adiciona rotas de usuarios e left menu 2 周之前
public 6bb1a7163c feat: adiciona icone, titulo 1 月之前
src 4ff6d1de56 feat: adiciona rotas de usuarios e left menu 2 周之前
.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 6bb1a7163c feat: adiciona icone, titulo 1 月之前
jsconfig.json 55b36cea92 first commit 1 年之前
package-lock.json d76103d8fe chore: build command and url 1 月之前
package.json d76103d8fe chore: build command and url 1 月之前
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 d76103d8fe chore: build command and url 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.