Тайлбар байхгүй

Gustavo Zanatta edf0f4090e feat: :sparkles: feat (recuperar senha) criado fluxo de recuperar senha no app 2 сар өмнө
public e8664bddbd first commit 3 сар өмнө
src edf0f4090e feat: :sparkles: feat (recuperar senha) criado fluxo de recuperar senha no app 2 сар өмнө
src-capacitor 675ae3cc59 app inteiro 2 сар өмнө
.env.example 675ae3cc59 app inteiro 2 сар өмнө
.gitignore 675ae3cc59 app inteiro 2 сар өмнө
README.md e8664bddbd first commit 3 сар өмнө
eslint.config.js e8664bddbd first commit 3 сар өмнө
index.html e8664bddbd first commit 3 сар өмнө
jsconfig.json e8664bddbd first commit 3 сар өмнө
package-lock.json 675ae3cc59 app inteiro 2 сар өмнө
package.json 675ae3cc59 app inteiro 2 сар өмнө
politicas_ajustes.md 675ae3cc59 app inteiro 2 сар өмнө
postcss.config.js e8664bddbd first commit 3 сар өмнө
quasar.config.js 675ae3cc59 app inteiro 2 сар өмнө

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.