Skip to content

Commit a229ea4

Browse files
committed
update api
1 parent faf160e commit a229ea4

File tree

4 files changed

+40
-18
lines changed

4 files changed

+40
-18
lines changed

src/about/api.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/about/apidoc.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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 | 服务端渲染| | |

src/about/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ order: 0
2121

2222
## 基础指引
2323

24-
## 基础环境
24+
### 基础环境
2525

2626
- `node lastest`
2727
- `npm lastest`
2828
- `npm i -g hexo`
2929
- `git bash`
3030

31-
## 主要步骤
31+
### 主要步骤
3232

3333
- `github fork` 仓库代码到自己的账号下
3434
- `git clone fork` 的仓库代码到本地

src/changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ order: 0
66

77
[更新日志](https://github.com/vuejs/vue/releases)
88

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+
913

1014
## [v2.0.0-rc.8](https://github.com/vuejs/vue/releases/tag/v2.0.0-rc.8)
1115

0 commit comments

Comments
 (0)