Skip to content

Commit 609c104

Browse files
committed
qa更新
1 parent 5cebddc commit 609c104

File tree

7 files changed

+58
-10
lines changed

7 files changed

+58
-10
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ module.exports = {
3838
children: [
3939
''
4040
]
41-
},
42-
{
43-
title: 'mpvue',
44-
collapsable: false,
45-
children: [
46-
'mpvue/init',
47-
]
48-
},
41+
}
4942
],
5043
'/guide/': [
5144
{

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ footer: © 慕课网(imooc.com)版权所有 | 苏ICP备18055397号-1 | 2019
3939
2. 代码量大的问题可以把代码上传到git(github、码云等都可以),然后提供git仓库地址
4040
3. 运行错误建议上传完整的错误日志(文本和截图都可以,但要尽量完整),方便定位问题
4141
:::
42-
除了课程问答区获取答疑服务外,还可以直接到**答疑汇总区**(地址:[https://www.youbaobao.xyz/mpvue-docs/qa/](https://www.youbaobao.xyz/mpvue-docs/qa/)),查看我为大家汇总的常见问题,我会尽我所能帮助大家学习,解决大家的问题
42+
除了课程问答区获取答疑服务外,还可以直接到**答疑汇总区**[立即查看](https://www.youbaobao.xyz/mpvue-docs/qa/)我为大家汇总的常见问题,我会尽我所能帮助大家学习,解决大家的问题
4343

4444
# 技术栈介绍
4545
## mpvue

docs/column/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# 补充读物说明
2+
3+
大家好,在实战课视频更新完毕后,我将会在这里为大家继续更新`mpvue`的补充读物,内容包括:对`mpvue`基础知识讲解、源码解读、`mpvue`与微信小程序的对比等等,帮助大家持续学习和成长。

docs/column/mpvue/init.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# mpvue快速入门
1+
# mpvue基础
2+
3+
> 写作中...

docs/qa/README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,58 @@ sidebar: auto
44

55
# 常见问题汇总
66

7+
## 8月4日
8+
9+
### 花絮
10+
今天碰到一位非常可爱的同学,给大家报告一下,第8章已经录制完毕,正在后期剪辑中,第9章正在紧张制作中,谢谢大家的期待!
11+
![qa_8_4_2](./images/qa_8_4_2.png)
12+
13+
### 构建错误
14+
15+
#### 问题现象
16+
今天问答区有同学出现`webpack`构建后运行失败的情况,具体报错如下:
17+
```bash
18+
vendor.js:17 Uncaught TypeError: __webpack_require__(...) is not a function
19+
at Object.<anonymous> (vendor.js:17)
20+
at __webpack_require__ (manifest.js:59)
21+
at Object._ (main.js:32)
22+
at __webpack_require__ (manifest.js:59)
23+
at Object.<anonymous> (vendor.js:6922)
24+
at __webpack_require__ (manifest.js:59)
25+
at Object.<anonymous> (vendor.js:6899)
26+
at __webpack_require__ (manifest.js:59)
27+
at Object.<anonymous> (vendor.js:6892)
28+
at __webpack_require__ (manifest.js:59)
29+
```
30+
31+
#### 解决方法
32+
解决方法出奇简单,只需要重启服务即可
33+
34+
::: tip
35+
原文地址:[http://coding.imooc.com/learn/questiondetail/135053.html](http://coding.imooc.com/learn/questiondetail/135053.html)
36+
:::
37+
38+
### 依赖安装问题
39+
40+
#### 问题现象
41+
这位同学使用`npm`安装`node-sass``sass-loader`报错后,使用`cnpm`安装成功,但是运行项目后提示:
42+
```bash
43+
Cannot find module 'source-list-map'
44+
```
45+
![qa_8_4_1](./images/qa_8_4_1.jpg)
46+
47+
48+
#### 解决方法
49+
这类问题通常由于国内`npm`网络不佳,导致依赖没有安装完全,删除`node_modules`重装依赖即可解决问题,国内推荐使用`cnpm`
50+
51+
::: tip
52+
原文地址:[http://coding.imooc.com/learn/questiondetail/135120.html](http://coding.imooc.com/learn/questiondetail/135120.html)
53+
:::
54+
755
## 8月1日
56+
57+
### 小程序运行问题
58+
859
#### 问题现象
960
为什么我的代码编译成功,却无法运行呢?报错如下:
1061
![qa_8_1_1](./images/qa_8_1_1.png)

docs/qa/images/qa_8_4_1.jpg

63.5 KB
Loading

docs/qa/images/qa_8_4_2.png

104 KB
Loading

0 commit comments

Comments
 (0)