该项目是一个基于Vue的SSR框架Nuxt.js和PHP的网易云音乐webapp,具有歌曲播放、下载、搜索、歌词同步滚动显示等功能,其中歌曲搜索支持网易云、QQ、虾米、酷狗、百度音乐源切换。由于传统SPA首屏加载体验不好,于是决定首屏加载采用服务端渲染,同时还采用了最接近原生应用的MUI框架,具有原生app般的使用体验。
在线预览 http://120.79.128.142:8080
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.