Skip to content

ioslide/uCraft-music-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon

UCraft-Music-Player : From UI to Code

PWA-Vue极简音乐应用

workbox Glo

vue-cli Vue vuex vue-router axios better-scroll vue-lazyload

在线演示

Code by XHY HT Design by XHY YLX HT
Code by XHY HT Design by XHY YLX

项目截图

主要技术栈

[前端]

  • Vue:构建用户界面 MVVM 框架
  • vue-router:为SPA提供路由系统
  • vuex:Vue集中状态管理
  • vue-lazyload:图片懒加载库
  • better-scroll:移动端滑动流畅体验
  • Sass(Scss):css 预编译处理器

[后端]

  • Node.js:Express 本地数据抓取服务器
  • jsonp,axios:抓取网易云数据

[其他]

  • manifest-json:用于创建的CLI工具mainfest.json
  • workbox:PWA内容库工具,用于生成 Service Worker、预缓存、路由以及运行时缓存
  • gitKraken:git工具,任务面板
  • vue-cli:Vue 脚手架工具
  • eslint:代码风格检查工具,规范代码书写
  • vConsole:移动端调试工具
  • Charles:查看移动端网络请求数据
  • Webpack和Vue-loader:构建应用程序,提供热重载
  • Web Server for Chrome :反向代理

项目结构

Build Setup

# clone the repo into your disk.
$ git clone https://github.com/ioslides/uCraft-music-player.git

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

# build for production with minification
$ npm run build

License

MIT License

Copyright (c) 2019 XHY

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.3%
  • JavaScript 34.1%
  • HTML 0.6%