File tree Expand file tree Collapse file tree 4 files changed +40
-18
lines changed Expand file tree Collapse file tree 4 files changed +40
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 参与API翻译
3
+ type : about
4
+ order : 2
5
+ ---
6
+
7
+ > 官方文档仓库:http://vuejs.org/guide/
8
+ > 翻译文档仓库:https://github.com/vuefe/vuejs.org
9
+
10
+ - 加QQ群参与翻译: ` 427447379 `
11
+ - [ 翻译Guide认领] ( https://github.com/vuefe/vuejs.org/issues/1 )
12
+ - [ 翻译API认领] ( https://github.com/vuefe/vuejs.org/issues/44 )
13
+ - [ 翻译指引] ( https://github.com/vuefe/vuejs.org/issues/25 )
14
+
15
+ ## API文档翻译进度
16
+
17
+ 序号 | 是否完成 | 对应小节名称 | 中文标题 | 贡献者 | 认领者
18
+ ----- | ------- | ------------- | --- | --- | ---
19
+ 1 | x | Global Config | 全局配置 | |
20
+ 2 | x | Global API | 全局API | |
21
+ 3 | x | Options / Data | 选项 / 数据 | |
22
+ 4 | x | Options / DOM | 选项 / DOM | |
23
+ 5 | x | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | |
24
+ 6 | x | Options / Assets | 选项 / 资源 | |
25
+ 7 | x | Options / Misc | 选项 / 杂项 | |
26
+ 8 | x | Instance Properties | 实例属性 | |
27
+ 9 | x | Instance Methods / Data | 实例方法 / 数据 | |
28
+ 10 | x | Instance Methods / Events | 实例方法 / 事件 | |
29
+ 11 | x | Instance Methods / Lifecycle | 实例方法 / 生命周期 | |
30
+ 12 | x | Directives | 指令| | @tingtien
31
+ 13 | x | Special Attributes | 特殊元素 | |
32
+ 14 | x | Built-In Components | 内置的组件 | |
33
+ 15 | x | VNode Interface | VNode接口 | |
34
+ 16 | x | Server-Side Rendering | 服务端渲染| | |
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ order: 0
21
21
22
22
## 基础指引
23
23
24
- ## 基础环境
24
+ ### 基础环境
25
25
26
26
- ` node lastest `
27
27
- ` npm lastest `
28
28
- ` npm i -g hexo `
29
29
- ` git bash `
30
30
31
- ## 主要步骤
31
+ ### 主要步骤
32
32
33
33
- ` github fork ` 仓库代码到自己的账号下
34
34
- ` git clone fork ` 的仓库代码到本地
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ order: 0
6
6
7
7
[ 更新日志] ( https://github.com/vuejs/vue/releases )
8
8
9
+ ## [ v2.0.1] ( https://github.com/vuejs/vue/releases/tag/v2.0.1 )
10
+
11
+ ![ image] ( https://cloud.githubusercontent.com/assets/12537013/19139459/6de9ff46-8bb7-11e6-82ee-e3e0f2eab71d.png )
12
+
9
13
10
14
## [ v2.0.0-rc.8] ( https://github.com/vuejs/vue/releases/tag/v2.0.0-rc.8 )
11
15
You can’t perform that action at this time.
0 commit comments