Nav apraksta

Gustavo Mantovani bcce990019 Merge remote-tracking branch 'remotes/origin/fix-diaria-kay-alteração-no-fluxo-de-cadastrado' into development 1 nedēļu atpakaļ
public 1dc7ff9682 build: muda icon do app 2 nedēļas atpakaļ
src bcce990019 Merge remote-tracking branch 'remotes/origin/fix-diaria-kay-alteração-no-fluxo-de-cadastrado' into development 1 nedēļu atpakaļ
src-capacitor 1dc7ff9682 build: muda icon do app 2 nedēļas atpakaļ
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto 2 nedēļas atpakaļ
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 2 nedēļas atpakaļ
README.md 872dc3af5f first commit 5 mēneši atpakaļ
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 3 mēneši atpakaļ
index.html 872dc3af5f first commit 5 mēneši atpakaļ
jsconfig.json 872dc3af5f first commit 5 mēneši atpakaļ
package-lock.json 98388fad40 fix: :bug: fix(alteração no fluxo de cadastro) Foi realizado uma alteração no fluxo de cadastro 2 nedēļas atpakaļ
package.json 98388fad40 fix: :bug: fix(alteração no fluxo de cadastro) Foi realizado uma alteração no fluxo de cadastro 2 nedēļas atpakaļ
postcss.config.js 872dc3af5f first commit 5 mēneši atpakaļ
quasar.config.js 382e167243 bui 1 mēnesi atpakaļ

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.