Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 918 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 918 Bytes

MusicBox

A free music web app(desktop version) implemented by Vue.js, mimic of NetEase Music(https://music.163.com/).

Deployment

AWS EC2 and the access link will be updated at the repository About description;

Reminder: This address may not be available due to an unsual AWS EC2 instance failure during every month.

Stack

APIs and icons used

Project setup

npm install

Prepare the backend

To run the app, you need to build your own API server, read NeteaseCloudMusicApi.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build