Không có mô tả

ebagabee 239a5d2620 chore: corrige espacamento 1 tháng trước cách đây
public cad358ed64 feat: adiciona header de dashboard 1 tháng trước cách đây
src 239a5d2620 chore: corrige espacamento 1 tháng trước cách đây
.editorconfig 55b36cea92 first commit 1 năm trước cách đây
.gitignore 55b36cea92 first commit 1 năm trước cách đây
.npmrc 55b36cea92 first commit 1 năm trước cách đây
README.md 55b36cea92 first commit 1 năm trước cách đây
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across 2 tháng trước cách đây
index.html 55b36cea92 first commit 1 năm trước cách đây
jsconfig.json 55b36cea92 first commit 1 năm trước cách đây
package-lock.json e3e110965f corrige vulnerabilidades 1 tháng trước cách đây
package.json 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall 4 tháng trước cách đây
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall 4 tháng trước cách đây
quasar.config.js 9999b9d1b5 chore: remove modo dark e compoe cores do sistema 1 tháng trước cách đây

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.