Music Player by Vue Stack
Static pages
https://github.com/zce/music-player-pages
Clone it
$ git clone https://github.com/zce/music-player.git -b vue --depth 1
$ cd music-player
Run it
Install Dependencies
$ npm install
Server Side
$ npm run serve
visit http://localhost:2080/music/list in browser
Client Side
Open another Terminal and run:
$ npm run client
visit http://localhost:3000 in browser