Nav apraksta

Gustavo Zanatta b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) 2 nedēļas atpakaļ
public a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 3 mēneši atpakaļ
src b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) 2 nedēļas atpakaļ
src-capacitor 872dc3af5f first commit 4 mēneši atpakaļ
.gitignore 227644843d gitignore 4 mēneši atpakaļ
README.md 872dc3af5f first commit 4 mēneši atpakaļ
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 1 mēnesi atpakaļ
index.html 872dc3af5f first commit 4 mēneši atpakaļ
jsconfig.json 872dc3af5f first commit 4 mēneši atpakaļ
package-lock.json b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) 2 nedēļas atpakaļ
package.json b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) 2 nedēļas atpakaļ
postcss.config.js 872dc3af5f first commit 4 mēneši atpakaļ
quasar.config.js b22534d6fd push notifications wip (interrompido pela tarefa do s3 pois recebi acesso) 2 nedēļas atpakaļ
quasar.config.js.temporary.compiled.1773333784136.mjs a70f60b9c1 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo 3 mēneši 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.