音乐播放器
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
启动后 访问 http://localhost:8080/#/singer
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
|- src
|- api # 后端交互ajax请求
|- common # 公共的资源文件和通用的js库
|- fonts
|- image
|- js # 公共的js库
|- stylus # css
|-base # 基础组件
|-components # 业务组件,类似页面,但是一个单页应用来说,其实都是组件而不是页面,所以这个分类仁者见仁
只完成了部分功能,很多点击无反应的 那就是没有实现好的;