Skip to content

Commit 6f2c480

Browse files
committed
master
1 parent d83cbc5 commit 6f2c480

File tree

7 files changed

+11730
-2
lines changed

7 files changed

+11730
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

dist.zip

6.98 MB
Binary file not shown.

docs/.DS_Store

6 KB
Binary file not shown.

docs/.vuepress/.DS_Store

6 KB
Binary file not shown.

docs/.vuepress/config.js

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const path = require("path");
22
module.exports = {
3-
base: "/Learn-Vue-Source-Code/",
3+
base: "/learn-vue/",
44
dest: "dist",
5-
title: "逐行剖析 Vue.js 源码",
5+
title: "Vue源码系列-Vue中文社区",
66
serviceWorker: true,
77
markdown: {
88
lineNumbers: true
@@ -36,6 +36,13 @@ module.exports = {
3636
content: "#3eaf7c"
3737
}
3838
],
39+
[
40+
"meta",
41+
{
42+
name: "keywords",
43+
content: "vue源码,vue中文,vue社区,vue双向绑定,vue-router,vuerouter原理,vue面试"
44+
}
45+
],
3946
[
4047
"meta",
4148
{
@@ -87,6 +94,10 @@ module.exports = {
8794
editLinkText: "在 GitHub 上编辑此页",
8895
lastUpdated: "上次更新",
8996
sidebarDepth: 1,
97+
nav:[
98+
{ text: 'Vue中文文档', link: 'https://doc.vue-js.com' }, // 内部链接 以docs为根目录
99+
{ text: 'Vue中文社区', link: 'https://vue-js.com' }, // 内部链接 以docs为根目录
100+
],
90101
sidebar: [
91102
{
92103
title: "写在最前面",

package-lock.json

+11,717
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

–q.zip

6.98 MB
Binary file not shown.

0 commit comments

Comments
 (0)