An open API service indexing awesome lists of open source software.

https://github.com/zce/music-player

a music player by express & angular || vue
https://github.com/zce/music-player

Last synced: 9 months ago
JSON representation

a music player by express & angular || vue

Awesome Lists containing this project

README

          

# Music Player by Vue Stack

## Static pages

https://github.com/zce/music-player-pages

## Clone it

```bash
$ git clone https://github.com/zce/music-player.git -b vue --depth 1
$ cd music-player
```

## Run it

### Install Dependencies

```bash
$ npm install
```

### Server Side

```bash
$ npm run serve
```

visit http://localhost:2080/music/list in browser

### Client Side

Open another Terminal and run:

```bash
$ npm run client
```

visit http://localhost:3000 in browser