Sen descrición

Gustavo Zanatta 675ae3cc59 app inteiro hai 2 meses
public e8664bddbd first commit hai 3 meses
src 675ae3cc59 app inteiro hai 2 meses
src-capacitor 675ae3cc59 app inteiro hai 2 meses
.env.example 675ae3cc59 app inteiro hai 2 meses
.gitignore 675ae3cc59 app inteiro hai 2 meses
README.md e8664bddbd first commit hai 3 meses
eslint.config.js e8664bddbd first commit hai 3 meses
index.html e8664bddbd first commit hai 3 meses
jsconfig.json e8664bddbd first commit hai 3 meses
package-lock.json 675ae3cc59 app inteiro hai 2 meses
package.json 675ae3cc59 app inteiro hai 2 meses
politicas_ajustes.md 675ae3cc59 app inteiro hai 2 meses
postcss.config.js e8664bddbd first commit hai 3 meses
quasar.config.js 675ae3cc59 app inteiro hai 2 meses

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.