File tree Expand file tree Collapse file tree 2 files changed +23
-12
lines changed Expand file tree Collapse file tree 2 files changed +23
-12
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ features:
14
14
footer : © 慕课网(imooc.com)版权所有 | 苏ICP备18055397号-1 | 2019 Powered by Sam
15
15
---
16
16
17
+ # 扫码体验
18
+ ![ qrcode] ( ./images/mp_qrcode.jpeg )
19
+
20
+ ::: tip
21
+ 本官网全部开源,如果您觉得课程还不错,请到[ github] ( https://github.com/sam9831/mpvue-imooc-ebook-docs ) 点赞支持,您的支持是我们前进的最大动力
22
+ :::
23
+
24
+ # 服务号
25
+ ![ gzh_qrcode] ( ./images/gzh_qrcode.jpg )
26
+
27
+ ::: tip
28
+ 公众号福利:
29
+ - 参与课程互动
30
+ - 定期好文推送
31
+ - 课程补充资源(免费)
32
+ :::
33
+
17
34
# 技术栈介绍
18
35
## mpvue
19
36
课程将教会你如何使用脚手架初始化mpvue小程序项目,并完成打包构建,mpvue2.0支持多端小程序,课程将讲解如何实现原生API调用和多端适配,我们还将应用vuex实现全局状态管理和vue-router语法实现路由管理
@@ -28,7 +45,7 @@ footer: © 慕课网(imooc.com)版权所有 | 苏ICP备18055397号-1 | 2019
28
45
课程使用git作为代码管理,前后端分离架构,我们将服务端发布到阿里云服务器,并接入https服务,使用nginx作为静态资源服务器
29
46
30
47
::: tip
31
- 课程实际应用的知识点将更加丰富,非常贴近商业项目的需求,详细的课程目录及试听请点击[ 这里] ( https://coding.imooc.com/class/chapter/285 .html )
48
+ 课程实际应用的知识点将更加丰富,非常贴近商业项目的需求,详细的课程目录及试听请点击[ 这里] ( https://coding.imooc.com/class/376 .html )
32
49
:::
33
50
34
51
# 项目功能结构
@@ -42,10 +59,4 @@ footer: © 慕课网(imooc.com)版权所有 | 苏ICP备18055397号-1 | 2019
42
59
- 了解npm和webpack的基本概念
43
60
- 了解node.js的基本概念
44
61
45
- # 扫码体验
46
- ![ qrcode] ( ./images/mp_qrcode.jpeg )
47
-
48
- # 服务号
49
- ![ gzh_qrcode] ( ./images/gzh_qrcode.jpg )
50
-
51
- 如果您想学习本课程,请支持正版,谢谢![ 购买地址] ( https://coding.imooc.com/class/285.html )
62
+ 如果您想学习本课程,请支持正版,谢谢![ 购买地址] ( https://coding.imooc.com/class/376.html )
Original file line number Diff line number Diff line change 1
1
---
2
- sidebar : false
2
+ sidebar : auto
3
3
---
4
4
5
5
# 常见问题汇总
6
6
7
7
## 8月1日
8
- ### 问题现象
8
+ #### 问题现象
9
9
为什么我的代码编译成功,却无法运行呢?报错如下:
10
10
![ qa_8_1_1] ( ./images/qa_8_1_1.png )
11
11
12
- ### 解决方法:
12
+ #### 解决方法
13
13
这位同学犯了一个小小的错误,他通过微信开发者工具打开了代码目录(比如代码目录是:` D:\mpvue\mpvue-imooc-ebook ` ),而实际我们应该打开微信小程序代码所在目录,这个路径位于:` D:\mpvue\mpvue-imooc-ebook\dist\wx ` ,打开小程序代码目录后,问题迎刃而解
14
14
15
- ### 反馈
15
+ #### 反馈
16
16
今天通过TeamViewer远程解决了同学的问题,不算大问题,解决后得到同学的好评,非常开心^^这位同学也非常辛苦,晚上近11点还在学习!
17
17
![ qa_8_1_1] ( ./images/qa_8_1_2.jpg )
You can’t perform that action at this time.
0 commit comments