بدون توضیح

Gabriel Alves bd92ff5c22 Merge branch 'feat/GINC-GAB-estilizacao-graficos-dashboard' of Softpar/sfp_vue_franchisor_ginastica_cerebro into development 1 ماه پیش
public 032e141289 feat: :sparkles: adiciona titulo e icone na pagina 1 ماه پیش
src bd92ff5c22 Merge branch 'feat/GINC-GAB-estilizacao-graficos-dashboard' of Softpar/sfp_vue_franchisor_ginastica_cerebro into development 1 ماه پیش
.editorconfig 55b36cea92 first commit 1 سال پیش
.gitignore 55b36cea92 first commit 1 سال پیش
.npmrc 55b36cea92 first commit 1 سال پیش
README.md 55b36cea92 first commit 1 سال پیش
eslint.config.js ee19645745 feat: New DefaultInput and DefaultSelect to make editing styles across 2 ماه پیش
index.html 032e141289 feat: :sparkles: adiciona titulo e icone na pagina 1 ماه پیش
jsconfig.json 55b36cea92 first commit 1 سال پیش
package-lock.json 3347c2e7c0 Merge remote-tracking branch 'origin/development' 1 ماه پیش
package.json 9443e18dcc chore: build command and url 1 ماه پیش
postcss.config.js 9ee1521056 feat: following latest quasar recommendations, better useFormUpdateTracker, useScroll, useSubmitHandler and other small improvements in the layout and code overall 4 ماه پیش
quasar.config.js 3347c2e7c0 Merge remote-tracking branch 'origin/development' 1 ماه پیش

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.