Нет описания

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.