Repositorio sobre Franqueada de Ginastica do Cerebro

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

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.