# NeteaseCloudWebApp **Repository Path**: zhangshun/NeteaseCloudWebApp ## Basic Information - **Project Name**: NeteaseCloudWebApp - **Description**: 这是一个基于VUEJS2.x的SPA音乐播放器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://musicapi.duapp.com/index.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 33 - **Created**: 2017-02-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netease-clound-webapps > 这是一个用VUEJS写高仿网易云音乐的webapp,只实现了APP的核心功能,这个项目会长期进行更新。 [在线地址](http://musicapi.duapp.com/index.html) ### 技术栈 - 传说中的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 - [ ] 实现音乐播放器的播放模式调整 - [ ] 搜索模块