8000 官网更新 · sam9831/mpvue-imooc-ebook-docs@274461d · GitHub
[go: up one dir, main page]

Skip to content

Commit 274461d

Browse files
committed
官网更新
1 parent 2adc3fc commit 274461d

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

docs/.vuepress/config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
{ text: '首页', link: '/' },
2323
{ text: '指南', link: '/guide/' },
2424
{ text: 'API', link: '/api/' },
25+
{ text: '补充阅读', link: '/column/' },
2526
// { text: '习题', link: '/exercise/' },
2627
{ text: '答疑汇总', link: '/qa/' },
2728
// { text: '精彩活动', link: '/activities/' },
@@ -30,6 +31,22 @@ module.exports = {
3031
navbar: true,
3132
sidebar: {
3233
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+
],
3350
'/guide/': [
3451
{
3552
title: '说明',

docs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ footer: © 慕课网(imooc.com)版权所有 | 苏ICP备18055397号-1 | 2019
3131
- 课程补充资源(免费)
3232
:::
3333

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+
3444
# 技术栈介绍
3545
## mpvue
3646
课程将教会你如何使用脚手架初始化mpvue小程序项目,并完成打包构建,mpvue2.0支持多端小程序,课程将讲解如何实现原生API调用和多端适配,我们还将应用vuex实现全局状态管理和vue-router语法实现路由管理

docs/column/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 补充读物说明

docs/column/mpvue/init.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mpvue快速入门

0 commit comments

Comments
 (0)
0