Geen omschrijving

Gustavo Zanatta 1fcf97df13 websocket 1 week geleden
public 542b5dbdc4 build: muda icon do app 1 maand geleden
src 1fcf97df13 websocket 1 week geleden
src-capacitor 738a230e26 ajuste no compartilhamento de codigo unico para favorito 1 week geleden
.env.app.dev 1fcf97df13 websocket 1 week geleden
.gitignore 3ffbc5d1d7 feat: add possibilidade de cadastrar foto no momento de registro do cliente 1 maand geleden
README.md 32f55b3f3e first commit 7 maanden geleden
eslint.config.js 8e82ff947e feat: :sparkles: feat (agendamentos) adicionando opcao de cancelar agendamento no cliente 4 maanden geleden
favicon.ico 542b5dbdc4 build: muda icon do app 1 maand geleden
index.html 32f55b3f3e first commit 7 maanden geleden
jsconfig.json 32f55b3f3e first commit 7 maanden geleden
package-lock.json 738a230e26 ajuste no compartilhamento de codigo unico para favorito 1 week geleden
package.json 738a230e26 ajuste no compartilhamento de codigo unico para favorito 1 week geleden
postcss.config.js 32f55b3f3e first commit 7 maanden geleden
quasar.config.js 1fcf97df13 websocket 1 week geleden

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.