Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 840 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 840 Bytes

VLC Vue UI

Early Alpha

A modern web interface for VLC Media Player built with Vue.js and Vuetify.

Install

Docker

  1. Clone this repository
  2. Edit docker-compose.yml to include the correct server address and port for your VLC instance
  3. Run docker-compose up -d
  4. Profit

Development

Recommended IDE Setup

Development Commands

Project setup

yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint