/vue-musicWebapp

vue开发的音乐播放器webapp

Primary LanguageVue

酸橙音乐-音乐播放器webapp

vuejs写的一个音乐播放器webapp

截图

推荐音乐:

推荐音乐

排行榜:

排行榜

榜单详情:

榜单详情

热门歌手:

热门歌手

歌手音乐列表:

歌手音乐列表

搜索:

搜索

搜索结果:

搜索结果 播放界面:

播放界面

技术栈:

vue

vue-router

mint-ui

借用酷狗音乐api

在线预览

酸橙音乐

扫码预览:

二维码

使用说明

前后端分离


前端:
# 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


后端:
# 进入node文件夹,运行node接口:
npm install

cd api

node api.js

For a detailed explanation on how things work, check out the guide and docs for vue-loader.