Sign inSign up

suwayomi/tachidesk-vui

By suwayomi

Updated over 2 years ago

my attempt at a webui made in vue with quasar

Image
4

8.5K

suwayomi/tachidesk-vui repository overview

Tachidesk-VUI

Robonau's Vue + Quasar tachidesk UI

DiscordGithubDocker
Discord

How To Use:

Easy mode

https://tachidesk-vui.github.io/

Elctron application

Installable via the releases labeled with electron

Web Server files

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

Docker

Compose
version: '3.7'
services:
  tachideskvui:
    image: suwayomi/tachidesk-vui:latest
    ports:
      - '9013:80'
    restart: unless-stopped

DEVs:

Install the dependencies

npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev -m pwa
Lint the files
npm run lint
Format the files
npm run format
Build the app for production
quasar build -m pwa

useful:

Quasar dev wiki

Tag summary

Content type

Image

Digest

sha256:7d48e4572

Size

5.8 MB

Last updated

over 2 years ago

docker pull suwayomi/tachidesk-vui