# music-demo **Repository Path**: xin_test/music-demo ## Basic Information - **Project Name**: music-demo - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于网易云接口的音乐网站 > 前情提要:本项目当前只适配手机,运行项目时将浏览器设置为手机模式 > > 本项目基于网易云提供的接口,前台界面使用vue编写。 > > 附项目中所使用的接口github地址:https://github.com/Binaryify/NeteaseCloudMusicApi ## 项目启动 ``` bash //项目初始化 npm install //项目启动 npm start ```