설명 없음

Gustavo Zanatta 0370deb61c version 1.1.1 1 주 전
public 2b6522ee26 correcao geral icons 3 달 전
src af38c24f3b fix validation nome e sobrenome 2 주 전
src-capacitor 0370deb61c version 1.1.1 1 주 전
.env.example bfd8799c1a change version 1.0.5 1 개월 전
.gitignore ba75014c92 corrige gitignore 3 달 전
README.md e8664bddbd first commit 5 달 전
eslint.config.js e8664bddbd first commit 5 달 전
index.html e8664bddbd first commit 5 달 전
jsconfig.json e8664bddbd first commit 5 달 전
package-lock.json 606911f6e4 feat: :sparkles: feat(carteirinha dependente) Foi criado a opção de carteirinha do dependente dentro do app 3 주 전
package.json 606911f6e4 feat: :sparkles: feat(carteirinha dependente) Foi criado a opção de carteirinha do dependente dentro do app 3 주 전
politicas_ajustes.md 675ae3cc59 app inteiro 3 달 전
postcss.config.js e8664bddbd first commit 5 달 전
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.