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
- Host: GitHub
- URL: https://github.com/zce/music-player
- Owner: zce
- License: isc
- Created: 2016-05-27T05:34:56.000Z (almost 10 years ago)
- Default Branch: vue
- Last Pushed: 2019-07-20T02:58:37.000Z (over 6 years ago)
- Last Synced: 2025-05-07T09:52:17.657Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 180
- Watchers: 12
- Forks: 119
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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