1 Star 0 Fork 2

zwyboom/vue-qq-music

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

vue全家桶+typescript重构qq音乐移动端

预览(请在手机上观看)

可能加载有点慢,服务器在国外🤣 ===> QQ音乐🎵

说明

本项目是基于我的原生 js 项目qq 音乐重构完成。在此期间,参考了一些vue与typescript的整合的教程,对我帮助挺大的,感谢写这些教程的作者们,在这里由衷的感谢!以下是参考的教程:

  1. vue + typescript 新项目起手式

  2. Vue2.5+ Typescript 引入全面指南 - Vuex篇

安装方法

打开终端 ,输入:

git clone git@github.com:shenzekun/vue-qq-music.git

切换到克隆下来的文件夹:

cd vue-qq-music

然后输入:

yarn

然后运行

npm run dev

最后在浏览器中打开 http://localhost:8080/

项目结构

使用see-dirtree 显示目录树

vue-qq-music
├──LICENSE
├──README.md
├──index.html
├──package.json
├──tsconfig.json
├──tslint.json
├──yarn.lock
├──static
├──src
│  ├──App.vue
│  ├──main.ts
│  ├──vue-shim.d.ts
│  ├──style
│  │  ├──_var.scss
│  │  └──reset.scss
│  ├──store
│  │  ├──action.ts
│  │  ├──index.ts
│  │  ├──mutation-types.ts
│  │  └──mutations.ts
│  ├──service
│  │  └──getData.ts
│  ├──router
│  │  └──index.ts
│  ├──pages
│  │  ├──search
│  │  │  └──search.vue
│  │  ├──recommend
│  │  │  └──recommend.vue
│  │  ├──rank
│  │  │  └──rank.vue
│  ├──config
│  │  ├──api.ts
│  │  ├──fetch.ts
│  │  ├──mixin.ts
│  │  └──utils.ts
│  ├──components
│  │  ├──NavHeader.vue
│  │  ├──Player.vue
│  │  └──Swipe.vue
│  ├──assets
│  │  ├──clock_ic.png
│  │  ├──default_pic.jpg
│  │  ├──favicon.ico
│  │  ├──icon_loading.png
│  │  ├──list_sprite.png
│  │  ├──loading.gif
│  │  ├──logo.png
│  │  ├──search_sprite.png
│  │  └──sprite_play.png
├──config
│  ├──dev.env.js
│  ├──index.js
│  └──prod.env.js
├──build
│  ├──build.js
│  ├──check-versions.js
│  ├──logo.png
│  ├──utils.js
│  ├──vue-loader.conf.js
│  ├──webpack.base.conf.js
│  ├──webpack.dev.conf.js
│  └──webpack.prod.conf.js

16 directories, 48 files.

使用的组件

  1. swiper
  2. vue-lazyload
MIT License Copyright (c) 2018 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.

简介

vue全家桶+typescript重构qq音乐移动端 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zwyboom/vue-qq-music.git
git@gitee.com:zwyboom/vue-qq-music.git
zwyboom
vue-qq-music
vue-qq-music
master

搜索帮助