my attempt at a webui made in vue with quasar
8.5K
Robonau's Vue + Quasar tachidesk UI
https://tachidesk-vui.github.io/
Installable via the releases labeled with electron
The Tachidesk-VUI-Web.zip file in the release is for hosting the ui though a webserver
It should also be possible to replace the contents of the webUI folder in the Tachidesk data directory, though this is not recommended
version: '3.7'
services:
tachideskvui:
image: suwayomi/tachidesk-vui:latest
ports:
- '9013:80'
restart: unless-stopped
npm install
quasar dev -m pwa
npm run lint
npm run format
quasar build -m pwa
Content type
Image
Digest
sha256:7d48e4572…
Size
5.8 MB
Last updated
over 2 years ago
docker pull suwayomi/tachidesk-vui