# NeteaseCloudWebApp **Repository Path**: javaSwing/NeteaseCloudWebApp ## Basic Information - **Project Name**: NeteaseCloudWebApp - **Description**: 这是一个基于VUEJS2.x的SPA音乐播放器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 91 - **Forks**: 33 - **Created**: 2017-02-16 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: multimedia **Tags**: None ## README # netease-clound-webapps > 这是一个用VUEJS写高仿网易云音乐的webapp,只实现了APP的核心功能,这个项目会长期进行更新。 [在线地址](http://music.javaswing.cn/) ### 技术栈 - 传说中的VUE全家桶(vue vue-router vuex) - axios - Muse-UI(一个基于Vue2.x的material design 风格UI框架) ## 运行截图 ![首页](https://github.com/javaSwing/NeteaseCloudWebApp/raw/master/screenshots/1.png) ![详情](https://github.com/javaSwing/NeteaseCloudWebApp/raw/master/screenshots/2.png) ![动图](https://github.com/javaSwing/NeteaseCloudWebApp/raw/master/screenshots/3.gif) ![动图](https://github.com/javaSwing/NeteaseCloudWebApp/raw/master/screenshots/4.gif) ## 安装运行(Build Setup) ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` ## TODO - [ ] 实现音乐播放器的播放模式调整 - [ ] 搜索模块 ## 鸣谢 此网站提供的API: [https://api.imjad.cn/cloudmusic/](https://api.imjad.cn/cloudmusic/) ,此接口的说明请到这里[查看](https://api.imjad.cn/cloudmusic/index.html) 歌单列表部分为自己提供,在别一个项目中[MusicApi](https://github.com/javaSwing/MusicAPI) [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) NodeJS 项目 ## License [MIT](https://github.com/javaSwing/NeteaseCloudWebApp/blob/master/LICENSE)