File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module.exports = {
22
22
{ text : '首页' , link : '/' } ,
23
23
{ text : '指南' , link : '/guide/' } ,
24
24
{ text : 'API' , link : '/api/' } ,
25
+ { text : '补充阅读' , link : '/column/' } ,
25
26
// { text: '习题', link: '/exercise/' },
26
27
{ text : '答疑汇总' , link : '/qa/' } ,
27
28
// { text: '精彩活动', link: '/activities/' },
@@ -30,6 +31,22 @@ module.exports = {
30
31
navbar : true ,
31
32
sidebar : {
32
33
collapsable : false ,
34
+ '/column/' : [
35
+ {
36
+ title : '说明' ,
37
+ collapsable : false ,
38
+ children : [
39
+ ''
40
+ ]
41
+ } ,
42
+ {
43
+ title : 'mpvue' ,
44
+ collapsable : false ,
45
+ children : [
46
+ 'mpvue/init' ,
47
+ ]
48
+ } ,
49
+ ] ,
33
50
'/guide/' : [
34
51
{
35
52
title : '说明' ,
Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ footer: © 慕课网(imooc.com)版权所有 | 苏ICP备18055397号-1 | 2019
31
31
- 课程补充资源(免费)
32
32
:::
33
33
34
+ # 问答
35
+ 课程提供问答区服务,购买课程的童鞋可以直接到问答区提问,地址:[ https://coding.imooc.com/learn/qa/376.html ] ( https://coding.imooc.com/learn/qa/376.html )
36
+ ::: warning
37
+ 问答区提问规则:
38
+ 1 . 代码量少的问题可以直接上传截图
39
+ 2 . 代码量大的问题可以把代码上传到git(github、码云等都可以),然后提供git仓库地址
40
+ 3 . 运行错误建议上传完整的错误日志(文本和截图都可以,但要尽量完整),方便定位问题
41
+ :::
42
+ 除了课程问答区获取答疑服务外,还可以直接到** 答疑汇总区** (地址:[ http://localhost:8080/mpvue-docs/qa/ ] ( http://localhost:8080/mpvue-docs/qa/ ) ),查看我为大家汇总的常见问题,我会尽我所能帮助大家学习,解决大家的问题
43
+
34
44
# 技术栈介绍
35
45
## mpvue
36
46
课程将教会你如何使用脚手架初始化mpvue小程序项目,并完成打包构建,mpvue2.0支持多端小程序,课程将讲解如何实现原生API调用和多端适配,我们还将应用vuex实现全局状态管理和vue-router语法实现路由管理
Original file line number Diff line number Diff line change
1
+ # 补充读物说明
Original file line number Diff line number Diff line change
1
+ # mpvue快速入门
You can’t perform that action at this time.
0 commit comments