Brak opisu

Gustavo Zanatta 9ac8d78be5 websocket 1 tydzień temu
public 1dc7ff9682 build: muda icon do app 2 miesięcy temu
src 9ac8d78be5 websocket 1 tydzień temu
src-capacitor 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito 2 tygodni temu
.env.app.dev 9ac8d78be5 websocket 1 tydzień temu
.gitignore ce6fd90a7b chore: remove arquivos temp do repo + organizando codigo login page 2 miesięcy temu
README.md 872dc3af5f first commit 7 miesięcy temu
eslint.config.js 5f87c5931d style: :lipstick: style (agendamento) alterando labels de cancelamento 4 miesięcy temu
index.html 872dc3af5f first commit 7 miesięcy temu
jsconfig.json 872dc3af5f first commit 7 miesięcy temu
package-lock.json 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito 2 tygodni temu
package.json 00b0b7f4a8 ajuste no compartilhamento de codigo unico para favorito 2 tygodni temu
postcss.config.js 872dc3af5f first commit 7 miesięcy temu
quasar.config.js 9ac8d78be5 websocket 1 tydzień temu

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.