بدون توضیح

Gustavo Zanatta e63ae6528d build nova versao 1.0.7 11 ساعت پیش
public 2b6522ee26 correcao geral icons 2 ماه پیش
src 9f3ace3e5f WIP - guias dos agendamentos de consultas 1 روز پیش
src-capacitor e63ae6528d build nova versao 1.0.7 11 ساعت پیش
.env.example bfd8799c1a change version 1.0.5 1 هفته پیش
.gitignore ba75014c92 corrige gitignore 2 ماه پیش
README.md e8664bddbd first commit 4 ماه پیش
eslint.config.js e8664bddbd first commit 4 ماه پیش
index.html e8664bddbd first commit 4 ماه پیش
jsconfig.json e8664bddbd first commit 4 ماه پیش
package-lock.json 9f3ace3e5f WIP - guias dos agendamentos de consultas 1 روز پیش
package.json 9f3ace3e5f WIP - guias dos agendamentos de consultas 1 روز پیش
politicas_ajustes.md 675ae3cc59 app inteiro 2 ماه پیش
postcss.config.js e8664bddbd first commit 4 ماه پیش
quasar.config.js bfd8799c1a change version 1.0.5 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.