/netease-music-demo

:musical_note: :musical_score: 网易云音乐-乞丐版

Primary LanguageJavaScript

网易云音乐vue

启动项目需要同时本地启动node服务

node服务

# 拉取node服务至本地
clone https://github.com/jgsrty/NeteaseCloudMusicApi.git

# install dependencies
npm install

# node根目录中启动服务
node app

vue

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

音乐api接口提供地址