This repository was archived by the owner on Jul 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +15
-25
lines changed Expand file tree Collapse file tree 8 files changed +15
-25
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ npm install
30
30
31
31
npm run dev
32
32
33
- //使用微信开发者工具打开dist目录 ,关闭域名和https检查即可
33
+ //使用微信开发者工具打开 ,关闭域名和https检查即可
34
34
```
35
35
36
36
@@ -50,49 +50,39 @@ npm run dev
50
50
- card 单一帖子头组件
51
51
- authorHead 作者信息头
52
52
- login 登录组件
53
- - sendreply 回复、评论组建
53
+ - sendreply 回复、评论组件
54
54
- const.js 常量
55
55
- utils 一些工具函数
56
56
- static 静态图片部分
57
57
58
- 目前已经完成了绝大部分功能,尚未完成的功能在和遇到的问题在todo中
59
58
60
59
目前存在的问题
61
60
62
- 小程序无法动态插入dom,markdwon的解析有点问题, [ wemark] ( https://github.com/TooBug/wemark ) 在mpvue上使用需要改造下。已封装 [ mpvue-wemark] ( https://github.com/673800357 /mpvue-wemark ) 解决
61
+ ~~ 小程序无法动态插入dom,markdwon的解析有点问题~~ ,在 [ wemark] ( https://github.com/TooBug/wemark ) 基础上改造了下 [ mpvue-wemark] ( https://github.com/flytam /mpvue-wemark ) 解决
63
62
64
63
65
64
todo
66
65
67
66
- 编辑自己发过的主题
68
- - 展示未读消息数和消息已读
67
+ - ~~ 展示未读消息数和消息已读~~
69
68
70
69
71
- 优化
70
+ 优化
72
71
- 请求失败状态码非200会抛异常,如何统一优雅处理
73
72
- 部分页面添加下拉刷新
74
- - 到顶部代码不清真。
75
-
76
- 后话:
77
-
78
- 这个项目没有涉及到太多复杂的部分,主要到是业务逻辑的开发,所有的对于作为一个vue和mpvue小程序入门项目是非常合适的。由于开发时间短,部分代码质量和交互做得不太好。对于未完成的部分和部分未知bug欢迎各位star、提issue、提pr一起来玩2333.
79
-
80
- 效果图
81
-
82
-
83
- ![ ] ( ./img/home.png )
84
-
85
-
86
- ![ ] ( ./img/2.png )
87
-
88
-
89
- ![ ] ( ./img/3.png )
73
+ - ~~ 到顶部代码不清真。~~
90
74
75
+ 后话:
91
76
92
- ![ ] ( ./img/4.png )
77
+ 这个项目没有涉及到太多复杂的部分,主要到是业务逻辑的开发,也是自己第一个用vue写的东西。所以的对于作为一个vue和mpvue小程序入门项目是非常合适的。由于开发时间短,部分代码质量和交互做得不太好。
93
78
79
+ 部分效果图
94
80
95
- ![ ] ( ./img/5.png )
81
+ <img src =" ./img/1.png " width =" 50% " height =" 50% " >
82
+ <img src =" ./img/2.png " width =" 50% " height =" 50% " >
83
+ <img src =" ./img/3.png " width =" 50% " height =" 50% " >
84
+ <img src =" ./img/4.png " width =" 50% " height =" 50% " >
85
+ <img src =" ./img/5.png " width =" 50% " height =" 50% " >
96
86
97
87
- License
98
88
Original file line number Diff line number Diff line change 9
9
},
10
10
"miniprogramRoot" : " ./dist/" ,
11
11
"compileType" : " miniprogram" ,
12
- "appid" : " wx4f6a5800a8abe179" ,
12
+ "appid" : " wx4f6a5800a8abe179" ,
13
13
"projectname" : " mpvue-cnode" ,
14
14
"condition" : {
15
15
"search" : {
You can’t perform that action at this time.
0 commit comments