Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-loader
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pi-plusplus
fork-from-github
vue-loader
Commits
b6a067c2
Commit
b6a067c2
authored
Apr 27, 2018
by
Jinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs][zh] updated config
parent
ca77b660
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
86 additions
and
32 deletions
+86
-32
config.js
docs/.vuepress/config.js
+86
-32
No files found.
docs/.vuepress/config.js
View file @
b6a067c2
module
.
exports
=
{
locales
:
{
'/'
:
{
lang
:
'en-US'
,
title
:
'Vue Loader'
,
description
:
'Webpack loader for single-file Vue components'
,
description
:
'Webpack loader for single-file Vue components'
},
'/zh/'
:
{
lang
:
'zh-CN'
,
title
:
'Vue Loader'
,
description
:
'处理 Vue 单文件组件的 Webpack loader'
}
},
serviceWorker
:
true
,
theme
:
'vue'
,
themeConfig
:
{
repo
:
'vuejs/vue-loader'
,
docsDir
:
'docs'
,
locales
:
{
'/'
:
{
label
:
'English'
,
selectText
:
'Languages'
,
editLinkText
:
'Edit this page on GitHub'
,
nav
:
[
{
text
:
'Guide'
,
...
...
@@ -38,5 +53,44 @@ module.exports = {
'/guide/linting'
,
'/guide/testing'
]
},
'/zh/'
:
{
label
:
'简体中文'
,
selectText
:
'选择语言'
,
editLinkText
:
'在 GitHub 上编辑此页'
,
nav
:
[
{
text
:
'指南'
,
link
:
'/zh/guide/'
},
{
text
:
'单文件组件规范'
,
link
:
'/zh/spec.html'
},
{
text
:
'选项手册'
,
link
:
'/zh/options.html'
},
{
text
:
'如何从 v14 迁移'
,
link
:
'/zh/migrating.md'
}
],
sidebar
:
[
'/zh/'
,
'/zh/guide/'
,
'/zh/guide/asset-url'
,
'/zh/guide/pre-processors'
,
'/zh/guide/scoped-css'
,
'/zh/guide/css-modules'
,
'/zh/guide/hot-reload'
,
'/zh/guide/functional'
,
'/zh/guide/custom-blocks'
,
'/zh/guide/extract-css'
,
'/zh/guide/linting'
,
'/zh/guide/testing'
]
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment