File tree Expand file tree Collapse file tree 2 files changed +26
-40
lines changed Expand file tree Collapse file tree 2 files changed +26
-40
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ dest : 'docs/.vuepress/dist' ,
2
3
base : '/' ,
3
- serviceWorker : true ,
4
+ title : 'Vue CLI SSR plugin' ,
5
+ description : 'Dead Simple Server-Side-Rendering' ,
4
6
head : [
5
- [ 'link' , { rel : 'icon' , href : '/logo .png' } ] ,
7
+ [ 'link' , { rel : 'icon' , href : '/favicon .png' } ]
6
8
] ,
7
- locales : {
8
- '/' : {
9
- lang : 'en-US' ,
10
- title : 'Vue CLI SSR plugin' ,
11
- description : 'Dead Simple Server-Side-Rendering' ,
12
- } ,
13
- } ,
9
+ evergreen : true ,
10
+ displayAllHeaders : true ,
11
+ sidebarDepth : 3 ,
14
12
themeConfig : {
15
- repo : 'Akryum/vue-cli-plugin-ssr' ,
16
- docsDir : 'docs' ,
17
- editLinks : true ,
18
- serviceWorker : {
19
- updatePopup : true ,
13
+ sidebar : {
14
+ '/guide/' : [
15
+ '' ,
16
+ 'configuration' ,
17
+ 'directives' ,
18
+ 'webpack' ,
19
+ ] ,
20
20
} ,
21
- locales : {
22
- '/' : {
23
- selectText : 'Languages' ,
24
- label : 'English' ,
25
- lastUpdated : 'Last Updated' ,
26
- nav : [
27
- {
28
- text : 'Guide' ,
29
- link : '/guide/' ,
30
- } ,
31
- {
32
- text : 'Patreon' ,
33
- link : 'https://www.patreon.com/akryum' ,
34
- } ,
35
- ] ,
36
- sidebarDepth : 3 ,
37
- sidebar : {
38
- '/guide/' : [
39
- '' ,
40
- 'configuration' ,
41
- 'directives' ,
42
- 'webpack' ,
43
- ] ,
44
- } ,
21
+ nav : [
22
+ {
23
+ text : 'Guide' ,
24
+ link : '/guide/' ,
45
25
} ,
46
- } ,
26
+ {
27
+ text : 'Patreon' ,
28
+ link : 'https://www.patreon.com/akryum' ,
29
+ } ,
30
+ ] ,
47
31
} ,
32
+ host : '127.0.0.1' ,
48
33
}
34
+
Original file line number Diff line number Diff line change 59
59
"eslint-plugin-node" : " ^9.1.0" ,
60
60
"eslint-plugin-promise" : " ^4.2.1" ,
61
61
"eslint-plugin-standard" : " ^4.0.1" ,
62
- "vuepress" : " ^0.14.8 "
62
+ "vuepress" : " ^1.0.3 "
63
63
},
64
64
"peerDependencies" : {
65
65
"@vue/cli-service" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments