/song-serve-frontend

The music player and library management front end for song-serve

Primary LanguageVue

Song Serve Frontend

Web player frontend for the song-serve server

webdemo

PyQt Library Management UI

qtdemo

Build And Run Vue Web Music Player

cd web-player

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Run PyQt Music Library Management UI

# if pyqt5 not installed
sudo pip3 install pyqt5

cd pyqt-management

./SongServe.py

For detailed explanation on how things work, consult the docs for vue-loader.

Dependencies