[个人项目] 使用 Vuejs 完成的音乐播放器
Foreword
虽然音乐播放这类的项目的静态展示居多,业务逻辑并不复杂,但是对于我这种后端出身的前端萌新来说,能使用vuejs完成大部分功能, 也会有许多收获。
api:我使用的是一个开源的 nodejs 封装的网易云音乐 api,名叫NeteaseCloudMusicApi
文档地址
github地址
感谢大佬提供的学习资源.
我的项目地址
Project Preview
Build Setup
# 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
Technology stack
- Vuejs - The Progressive JavaScript Framework
- axios - Promise based HTTP client for the browser and node.js
- Vuex - Vuex is a state management pattern + library for Vue.js applications.
- scss - Syntactically Awesome Style Sheets
- flexible - Alibaba Mobile adaptation scheme
- px2remLoader - Change 'px' to 'rem'
- better-scroll - It's a plugin which is aimed at solving scrolling circumstances on the mobile side
- Vue-Lazyload: Vue module for lazyloading images in applications
- iconfont - 阿里巴巴矢量图标库
预计完成的功能
本文版权归作者和博客园共有,欢迎转载。但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利!
作者:刘呵呵
QQ:352887191