Sin descripción

Denis 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 meses
public 55b36cea92 first commit hace 1 año
src 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 meses
.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 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 meses
index.html 55b36cea92 first commit hace 1 año
jsconfig.json 55b36cea92 first commit hace 1 año
package-lock.json 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 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 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall hace 4 meses

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.