Skip to content

Commit 7a4845f

Browse files
committed
- 获取官方文档更新
- 添加 贡献者展示页面 Merge branch '2.0' * 2.0: set correct runtime-only gzipped size scope version-specific pages update tagline in config to match homepage 2.0.5 _common.styl: unify #donate a font-family (#568) improve visibility of custom input components through the guide, fixes #563 update vue to 2.0.4 add code examples to components one-way data flow revise react comparison improve intro for absolute beginners (close #565) # Conflicts: # src/v2/guide/index.md # src/v2/guide/installation.md
2 parents ebe658e + 90aa836 commit 7a4845f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+524
-199
lines changed

_config.yml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Site
66
title: Vue.js
77
subtitle:
8-
description: "Reactive Components for Modern Web Interfaces"
8+
description: "The Progressive JavaScript Framework"
99
author: Evan You
1010
email:
1111
language:
@@ -103,3 +103,47 @@ feed:
103103
type: atom
104104
path: atom.xml
105105
limit: 20
106+
107+
alias:
108+
api/index.html: v2/api/index.html
109+
guide/class-and-style.html: v2/guide/class-and-style.html
110+
guide/comparison.html: v2/guide/comparison.html
111+
guide/components.html: v2/guide/components.html
112+
guide/computed.html: v2/guide/computed.html
113+
guide/conditional.html: v2/guide/conditional.html
114+
guide/custom-directive.html: v2/guide/custom-directive.html
115+
guide/deployment.html: v2/guide/deployment.html
116+
guide/events.html: v2/guide/events.html
117+
guide/forms.html: v2/guide/forms.html
118+
guide/index.html: v2/guide/index.html
119+
guide/installation.html: v2/guide/installation.html
120+
guide/instance.html: v2/guide/instance.html
121+
guide/join.html: v2/guide/join.html
122+
guide/list.html: v2/guide/list.html
123+
guide/migration-vue-router.html: v2/guide/migration-vue-router.html
124+
guide/migration-vuex.html: v2/guide/migration-vuex.html
125+
guide/migration.html: v2/guide/migration.html
126+
guide/mixins.html: v2/guide/mixins.html
127+
guide/plugins.html: v2/guide/plugins.html
128+
guide/reactivity.html: v2/guide/reactivity.html
129+
guide/render-function.html: v2/guide/render-function.html
130+
guide/routing.html: v2/guide/routing.html
131+
guide/single-file-components.html: v2/guide/single-file-components.html
132+
guide/ssr.html: v2/guide/ssr.html
133+
guide/state-management.html: v2/guide/state-management.html
134+
guide/syntax.html: v2/guide/syntax.html
135+
guide/transitioning-state.html: v2/guide/transitioning-state.html
136+
guide/transitions.html: v2/guide/transitions.html
137+
guide/unit-testing.html: v2/guide/unit-testing.html
138+
examples/commits.html: v2/examples/commits.html
139+
examples/elastic-header.html: v2/examples/elastic-header.html
140+
examples/firebase.html: v2/examples/firebase.html
141+
examples/grid-component.html: v2/examples/grid-component.html
142+
examples/hackernews.html: v2/examples/hackernews.html
143+
examples/index.html: v2/examples/index.html
144+
examples/modal.html: v2/examples/modal.html
145+
examples/select2.html: v2/examples/select2.html
146+
examples/svg.html: v2/examples/svg.html
147+
examples/todomvc.html: v2/examples/todomvc.html
148+
examples/tree-view.html: v2/examples/tree-view.html
149+

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": {
99
"hexo": "^3.2.2",
1010
"hexo-deployer-git": "0.1.0",
11+
"hexo-generator-alias": "git+https://github.com/chrisvfritz/vuejs.org-hexo-generator-alias.git",
1112
"hexo-generator-archive": "^0.1.4",
1213
"hexo-generator-category": "^0.1.3",
1314
"hexo-generator-feed": "^1.1.0",

src/about/index.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: 贡献者
3+
type: about
4+
order: 0
5+
---
6+
7+
8+
## Guide 翻译贡献
9+
10+
### Essentials 基础
11+
12+
序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
13+
----- | ------------- | --- | --- | --- | --- | ---
14+
1 | installation.md | 安装 | [dingyiming](https://github.com/dingyiming) | [ATLgo](https://github.com/ATLgo) [70data](https://github.com/70data)
15+
2 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) | [70data](https://github.com/70data) [ATLgo](https://github.com/ATLgo)
16+
3 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) | [70data](https://github.com/70data) [ATLgo](https://github.com/ATLgo)
17+
4 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) | [70data](https://github.com/70data)
18+
5 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) [70data](https://github.com/70data) | [70data](https://github.com/70data)
19+
6 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) | [70data](https://github.com/70data)
20+
7 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) | [hgcoder](https://github.com/hgcoder)
21+
8 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) | [hgcoder](https://github.com/hgcoder)
22+
9 | events.md | 事件处理器 | [dingyiming](https://github.com/dingyiming) | [yangzj1992](https://github.com/yangzj1992)
23+
10 | forms.md | 表单控件绑定 | [dingyiming](https://github.com/dingyiming) | [yangzj1992](https://github.com/yangzj1992)
24+
11 | components.md | 组件 | [ezreally](https://github.com/ezreally) | [cuiyongjian](https://github.com/cuiyongjian)
25+
26+
### Advanced 进阶
27+
28+
序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
29+
----- | ------------- | --- | --- | --- | ---
30+
12 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) | [bhnddowinf](https://github.com/bhnddowinf) [StoneQI](https://github.com/StoneQI)
31+
13 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) | [bhnddowinf](https://github.com/bhnddowinf)
32+
14 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) | [bhnddowinf](https://github.com/bhnddowinf)
33+
15 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) | [yangzj1992](https://github.com/yangzj1992)
34+
16 | custom-directive.md | 自定义指令 | [harrytospring](https://github.com/harrytospring) | [yangzj1992](https://github.com/yangzj1992)
35+
17 | mixins.md | 混合 | [harrytospring](https://github.com/harrytospring) | [bhnddowinf](https://github.com/bhnddowinf)
36+
18 | plugins.md | 插件 | [hgcoder](https://github.com/hgcoder) | [hgcoder](https://github.com/hgcoder)
37+
19 | single-file-components.md | 单文件组件 | [ATLgo](https://github.com/ATLgo) | [zhouzihanntu](https://github.com/zhouzihanntu)
38+
20 | routing.md | 路由 | [dingyiming](https://github.com/dingyiming) | [mlyknown](https://github.com/mlyknown)
39+
21 | state-management.md | 状态管理 | [dear-lizhihua](https://github.com/dear-lizhihua) | [mlyknown](https://github.com/mlyknown)
40+
22 | unit-testing.md | 单元测试 | [70data](https://github.com/70data) | [mlyknown](https://github.com/mlyknown)
41+
23 | ssr.md | 服务端渲染 | [dingyiming](https://github.com/dingyiming) | [yongbolv](https://github.com/yongbolv)
42+
43+
### Migration 迁移
44+
45+
序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
46+
----- | ------------- | --- | --- | --- | ---
47+
24 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) | [yongbolv](https://github.com/yongbolv)
48+
27 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) | [yizhixiaolongxia](https://github.com/yizhixiaolongxia)
49+
50+
### Meta 更多
51+
52+
序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
53+
----- | ------------- | --- | --- | --- | ---
54+
25 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) | [yangzj1992](https://github.com/yangzj1992)
55+
26 | join.md | 加入 Vue.js 社区 | [daix6](https://github.com/daix6) | [zhouzihanntu](https://github.com/zhouzihanntu)
56+
57+
## API翻译贡献
58+
59+
序号 | 对应小节名称 | 中文标题 | 翻译贡献者 | 校对主要贡献者
60+
----- | ------------- | --- | --- | --- | --- | ---
61+
1 | Global Config | 全局配置 | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
62+
2 | Global API | 全局 API | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
63+
3 | Options / Data | 选项 / 数据 | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
64+
4 | Options / DOM | 选项 / DOM | [ATLgo](https://github.com/ATLgo) | [bhnddowinf](https://github.com/bhnddowinf)
65+
5 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | [ATLgo](https://github.com/ATLgo) | [bhnddowinf](https://github.com/bhnddowinf)
66+
6 | Options / Assets | 选项 / 资源 | [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
67+
7 | Options / Misc | 选项 / 杂项 | [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
68+
8 | Instance Properties | 实例属性 | [coolzjy](https://github.com/coolzjy) | [bhnddowinf](https://github.com/bhnddowinf)
69+
9 | Instance Methods / Data | 实例方法 / 数据 | [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
70+
10 | Instance Methods / Events | 实例方法 / 事件 | [mlyknown](https://github.com/mlyknown) | [bhnddowinf](https://github.com/bhnddowinf)
71+
11 | Instance Methods / Lifecycle | 实例方法 / 生命周期 | [mlyknown](https://github.com/mlyknown)| [bhnddowinf](https://github.com/bhnddowinf)
72+
12 | Directives | 指令| [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
73+
13 | Special Attributes | 特殊元素 | [70data](https://github.com/70data) | [bhnddowinf](https://github.com/bhnddowinf)
74+
14 | Built-In Components | 内置的组件 | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
75+
15 | VNode Interface | VNode 接口 | [70data](https://github.com/70data) | [dear-lizhihua](https://github.com/dear-lizhihua)
76+
16 | Server-Side Rendering | 服务端渲染| [70data](https://github.com/70data) | [dear-lizhihua](https://github.com/dear-lizhihua)
77+
78+
## 示例翻译
79+
80+
翻译贡献者 : [lindazhang102](https://github.com/lindazhang102)
81+
82+
83+
## 感谢所有参与翻译的朋友们!

0 commit comments

Comments
 (0)