Keine Beschreibung

Gustavo Zanatta 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito vor 1 Woche
public 1dc7ff9682 build: muda icon do app vor 2 Monaten
src 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito vor 1 Woche
src-capacitor 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito vor 1 Woche
.env.app.dev 02e775d3c7 build: ajuste em packages para build do projeto vor 2 Monaten
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page vor 2 Monaten
README.md 872dc3af5f first commit vor 7 Monaten
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento vor 4 Monaten
index.html 872dc3af5f first commit vor 7 Monaten
jsconfig.json 872dc3af5f first commit vor 7 Monaten
package-lock.json 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito vor 1 Woche
package.json 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito vor 1 Woche
postcss.config.js 872dc3af5f first commit vor 7 Monaten
quasar.config.js 3301c5e3c6 fix light dark vor 1 Woche

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.