Açıklama Yok

Denis 3347c2e7c0 Merge remote-tracking branch 'origin/development' 4 hafta önce
public f7e2dc8a85 feat: adiciona background 4 hafta önce
src 6a4d6e3e69 chore: remove rota de home 4 hafta önce
.editorconfig 55b36cea92 first commit 1 yıl önce
.gitignore 55b36cea92 first commit 1 yıl önce
.npmrc 55b36cea92 first commit 1 yıl önce
README.md 55b36cea92 first commit 1 yıl önce
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across 2 ay önce
index.html 55b36cea92 first commit 1 yıl önce
jsconfig.json 55b36cea92 first commit 1 yıl önce
package-lock.json 3347c2e7c0 Merge remote-tracking branch 'origin/development' 4 hafta önce
package.json 9443e18dcc chore: build command and url 4 hafta önce
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall 4 ay önce
quasar.config.js 3347c2e7c0 Merge remote-tracking branch 'origin/development' 4 hafta önce

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.