Skip to content

dudu-oreo/oreo-plays

Repository files navigation

oreo-plays

This is a front-end project for VLC Web Controller using Vue.js. All design inspiration came from my cat Oreo (mostly colors)❤️

screenshot

Features

  • Responsive, consistently pretty on PC/tablet/phone
  • Pause, Play
  • To next/previous item
  • Volume adjustment
  • Loop mode
  • Album cover

Usage

install

yarn install

develop

yarn run serve

build

  1. create a file named custon-config.js under /
  2. export the path you'd prefer for emitting the files:
module.exports = {
  OUTPUT_DIR: '/a/specific/path'
}
  1. run yarn run build

use emitted files as the web interface for VLC

see here