Skip to content

marcopeocchi/yt-dlp-vue

Repository files navigation

yt-dlp-vue

Vue3 frontend for yt-dlp-rpc

Heavily inspired by vueTorrent

hello

Run with Docker (All-in-One image)

docker run -p 80:80 -p 4444:4444 -v YOUR_DIR:/usr/src/yt-dlp-rpc/downloads ghcr.io/marcopeocchi/yt-dlp-vue:main

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build