1
1
# vue2-echo
2
2
3
- ![ image] ( https://img.shields.io/badge/vue-2.5.13 -blue.svg )
3
+ ![ image] ( https://img.shields.io/badge/vue-2.5.17 -blue.svg )
4
4
![ image] ( https://img.shields.io/badge/vue--router-3.0.1-blue.svg )
5
5
![ image] ( https://img.shields.io/badge/vuex-3.0.1-blue.svg )
6
- ![ image] ( https://img.shields.io/badge/muse--ui-2.1.0-blue.svg )
6
+ ![ image] ( https://img.shields.io/badge/mint--ui-2.2.13-blue.svg )
7
+ ![ image] ( https://img.shields.io/badge/vue--cli-3.0.0.rc--12-green.svg )
8
+
9
+ > 此版本已基于vue-cli 3.0升级,2.x版本请查看v2.0分支
7
10
8
11
## 前言
9
- 这一年多一直用Vue写项目,所以准备分享一些经验和记录成果。目前vue学习项目大多数都是音乐、购物车,后台管理那方面,可能因为这方面需求比较多吧。考虑之后打算从容易 -> 中等 -> 困难, 3个复杂度和不同类型的项目,一步步地带领大家熟悉和深入Vue。这些系列项目将会涉及Vue的大部分知识,如果都能掌握 ,那么就可以随心所欲地使用Vue去写单页面应用了。
12
+ 这是一个Vue学习系列,难度:容易 -> 中等 -> 困难, 3个复杂度和不同类型的项目,一步步地带领大家熟悉和深入Vue。这些系列项目将会涉及Vue的大部分知识,如果都能熟悉和掌握 ,那么就可以随心所欲地使用Vue去写单页面应用了。
10
13
11
- 此开源系列全部都线上实践过 ,会考虑到细节、兼容和使用体验等问题,所以在项目里我会尽可能地写上注释去帮助大家快速解决需求 。
14
+ ##### 注:此开源系列的知识点全部经历过线上实践 ,会考虑到细节、兼容和使用体验等问题。
12
15
13
16
## 技术栈
14
- 1 . [ vue] ( https://cn.vuejs.org/v2/guide/ )
15
- 2 . [ vue-router] ( https://router.vuejs.org/zh-cn/essentials/getting-started.html )
16
- 3 . [ vuex] ( https://vuex.vuejs.org/zh-cn/getting-started.html )
17
- 4 . [ axios(请求库)] ( https://github.com/axios/axios )
18
- 5 . [ muse-ui(移动端UI库)] ( http://www.muse-ui.org/#/install )
19
- 6 . [ vue-awesome-swiper(轮播图)] ( https://github.com/surmon-china/vue-awesome-swiper )
20
- 7 . [ vue-progressbar(加载进度条)] ( https://github.com/hilongjw/vue-progressbar )
21
- 8 . [ amfe-flexible(淘宝适配库)] ( https://github.com/amfe/lib-flexible )
22
- 9 . [ mockjs(数据模拟)] ( http://mockjs.com/ )
23
- 10 . [ Material Icons(google图标库)] ( http://google.github.io/material-design-icons/ )
24
- 11 . [ Stylus(css预处理器)] ( https://github.com/stylus/stylus )
25
- 12 . [ ES6/7(JS语法)] ( https://github.com/lukehoban/es6features )
26
- 13 . [ ESlint(JS语法规范)] ( https://github.com/standard/standard/blob/master/docs/RULES-zhcn.md )
17
+ 1 . [ vue] ( https://cn.vuejs.org/v2/guide/ ) 、 [ vue-router] ( https://router.vuejs.org/zh-cn/essentials/getting-started.html ) 、 [ vuex] ( https://vuex.vuejs.org/zh-cn/getting-started.html )
18
+ 2 . [ axios(请求库)] ( https://github.com/axios/axios )
19
+ 3 . [ mint-ui(饿了么移动端UI库)] ( http://mint-ui.github.io/docs/#/zh-cn2 )
20
+ 4 . [ vue-progressbar(加载进度条)] ( https://github.com/hilongjw/vue-progressbar )
21
+ 5 . [ amfe-flexible(淘宝适配库)] ( https://github.com/amfe/lib-flexible )
22
+ 6 . [ mockjs(数据模拟)] ( http://mockjs.com/ )
23
+ 7 . [ ES6/7(JS语法)] ( https://github.com/lukehoban/es6features ) 、[ ESlint(JS语法规范)] ( https://github.com/standard/standard/blob/master/docs/RULES-zhcn.md )
24
+ 8 . [ Stylus(css预处理器)] ( https://github.com/stylus/stylus )
25
+ 9 . [ IconFont(阿里字体库)] ( http://www.iconfont.cn/ )
27
26
28
27
## 说明
29
- > 如果此开源系列对你有帮助,你可以点右上角 "star"一下,以表支持 ,非常感谢!^_ ^ 🌹
28
+ > 如果此开源系列对你有帮助,你可以点右上角 "star"支持一下 ,非常感谢!^_ ^ 🌹
30
29
31
30
> 或者您可以 "follow(关注)" 一下作者,我正在不断开源更多实用的项目
32
31
@@ -43,7 +42,7 @@ Vue学习系列
43
42
44
43
## 效果演示
45
44
46
- [ 项目演示请戳这里 ] ( http://echo.liansixin.win ) (请使用手机模式预览)
45
+ [ 演示戳这里 ] ( http://echo.liansixin.win ) (请使用手机模式预览)
47
46
48
47
<img src =" https://github.com/uncleLian/vue2-echo/raw/master/screenshots/echo_QRcode.png " width =" 250 " height =" 250 " />
49
48
@@ -53,58 +52,47 @@ Vue学习系列
53
52
- [x] 播放行为:播放、暂停、下一首、一键播放
54
53
- [x] 播放模式:默认、随机播放、单曲循环、列表循环
55
54
- [x] 播放视图:播放进度条(可调节)、播放列表(可增删、切换)
56
- - [x] ...
57
- - [ ] 弹幕 (没有评论数据,暂不实现啦T T~ )
58
- - [ ] 手机铃声(网页没有不能调用手机底层,不能实现)
59
55
60
56
## 项目截图
61
57
62
- < img src = " https://github.com/uncleLian/vue2-echo/raw/master/screenshots/echo_index.png " width = " 365 " height = " 619 " /> < img src = " https://github.com/uncleLian/vue2-echo/raw/master/screenshots/echo_detail.png " width = " 365 " height = " 619 " />
58
+ ![ image ] ( https://github.com/uncleLian/vue2-echo/raw/master/screenshots/echo_index.png )
63
59
64
- < img src = " https://github.com/uncleLian/vue2-echo/raw/master/screenshots/echo_fn.png " width = " 365 " height = " 619 " /> < img src = " https://github.com/uncleLian/vue2-echo/raw/master/screenshots/ echo_detail.gif " width = " 365 " height = " 619 " />
60
+ ![ image ] ( https://github.com/uncleLian/vue2-echo/raw/master/screenshots/echo_detail.png )
65
61
66
62
## 目录结构
67
63
68
64
``` bash
69
- ├── build // 构建相关
70
- ├── config // 配置相关
71
65
├── src
72
- │ ├── assets // 静态资源 样式、图标等静态资源
73
- │ ├── components // 全局公用组件
74
- │ | ├── banner.vue // banner组件
75
- │ | ├── list.vue // 列表组件
76
- │ | ├── musicBar.vue // 音乐条组件
77
- │ | ├── sheet.vue // 模态框组件
78
- │ ├── utils
79
- │ | ├── cache.js // 缓存方法
80
- │ | ├── request.js // 请求方法
81
- │ ├── mock // mock数据
66
+ │ ├── api // 请求api
67
+ │ ├── assets // 静态资源
68
+ │ ├── components // 全局组件
69
+ │ ├── components // 全局过滤
70
+ │ ├── mock // 模拟数据
82
71
│ ├── page
83
- │ | ├── detail // 详情页
84
- │ | ├── index // 首页
72
+ │ | ├── detail // 详情页
73
+ │ | ├── index // 首页
85
74
│ ├── router // 路由
86
75
│ ├── store // 状态管理
87
- │ ├── App.vue // 入口页面
88
- │ └── main.js // 入口配置
89
- ├── static //空文件夹,只作为github保留
90
- ├── .babelrc // babel-loader 配置
91
- ├── eslintrc.js // eslint 配置项
92
- ├── .gitignore // git 忽略项
93
- ├── index.html // html模板
94
- └── package.json // 项目依赖
76
+ │ ├── utils
77
+ │ | ├── cache.js // 缓存方法
78
+ │ | ├── request.js // 请求方法
79
+ │ ├── App.vue
80
+ │ └── main.js
81
+ ├── package.json // 项目依赖
82
+ └── vue.config.js // vue-cli 3.0配置
95
83
```
96
84
97
85
## 安装运行
98
86
99
87
``` bash
100
- # install dependencies
88
+ # 安装依赖
101
89
npm install
102
90
103
- # serve with hot reload at localhost:8088
104
- npm run dev
91
+ # 启动项目
92
+ npm run serve
105
93
106
- # build for production with minification
107
- npm run build(File in the docs folder)
94
+ # 打包项目
95
+ npm run build
108
96
```
109
97
110
98
## 更新日志
0 commit comments