Repositorio sobre Franqueada de Ginastica do Cerebro

DenLopes da8aec40e7 Fix: Return response from submit handler hace 1 mes
public 55b36cea92 first commit hace 1 año
src da8aec40e7 Fix: Return response from submit handler hace 1 mes
.editorconfig 55b36cea92 first commit hace 1 año
.gitignore 55b36cea92 first commit hace 1 año
.npmrc 55b36cea92 first commit hace 1 año
README.md 55b36cea92 first commit hace 1 año
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across hace 2 meses
index.html 55b36cea92 first commit hace 1 año
jsconfig.json 55b36cea92 first commit hace 1 año
package-lock.json ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across hace 2 meses
package.json 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 meses
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 meses
quasar.config.js ba5e49432f feat: Add APP_NAME env variable hace 1 mes

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.