Skip to content

Commit 9da82a6

Browse files
committed
添加认领表
1 parent 95bf597 commit 9da82a6

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

src/about/guide.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,57 @@ order: 2
66

77
- 加QQ群参与翻译: `427447379`
88
- [翻译Guide认领](https://github.com/vuefe/vuejs.org/issues/1)
9-
- 待更具体教程,基于hexo
9+
- [翻译指引](https://github.com/vuefe/vuejs.org/issues/25)
10+
11+
## 翻译进度
12+
13+
> 原文地址:http://vuejs.org/guide/
14+
> 仓库:https://github.com/vuefe/vuejs.org
15+
16+
### 说明
17+
18+
- 翻译前,请在此回复认领
19+
- 认领格式 :` 我翻译 + 文档序号` 即可
20+
21+
## 以下所有文档所在目录为 `src/guide/xxx.md`
22+
23+
### Essentials 基础
24+
25+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
26+
----- | ------- | ------------- | --- | --- | ---
27+
1 | 是 | installation.md | 安装 | @dingyiming | -
28+
2 | 否 | index.md | 介绍 | | @dingyiming
29+
3 | 是 | instance.md | 实例 | @dingyiming | -
30+
4 | × | syntax.md | 模板语法 | | |
31+
5 | 是 | computed.md | 计算属性 | @dingyiming | -
32+
6 | × | class-and-style.md | Class 与 Style 绑定 | |
33+
7 | 是 | conditional.md | 条件渲染 | @dingyiming | -
34+
8 | 是 | list.md | 列表渲染 | @tingtien | @tingtien
35+
9 | 是 | events.md | 事件处理器 | @dingyiming | -
36+
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | -
37+
11 | × | components.md | 组件 | | @ezreally
38+
39+
### Advanced 进阶
40+
41+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
42+
----- | ------- | ------------- | --- | --- | ---
43+
12 | 是 | transitions.md | 过渡: 进入, 离开, 和 列表 | @awe | @awe
44+
13 | 是 | transitioning-state.md | 过渡状态 | @awe | @awe
45+
14 | 是 | render-function.md | Render 函数 | @awe | @awe
46+
15 | x | reactivity.md | 深入响应式原理 | | @veaba
47+
16 | 是 | custom-directive.md | 自定义指令 | @harrytospring | @harrytospring
48+
17 | 是 | mixins.md | 混合 | @harrytospring | @harrytospring
49+
18 | x | plugins.md | 插件 | | @hgcoder
50+
19 | x | single-file-components.md | 单文件组件 | |
51+
20 | 是 | routing.md | 路由 | @dingyiming | @dingyiming
52+
21 | x | state-management.md | 状态管理 | |
53+
22 | x | unit-testing.md | 单元测试 | | @70data
54+
23 | 是 | ssr.md | 服务端渲染 | @dingyiming | @dingyiming
55+
24 | x | migration.md | 1.x迁移 | | @harrytospring
56+
57+
### Meta 更多
58+
59+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
60+
----- | ------- | ------------- | --- | --- | ---
61+
25 | x | comparison.md | 对比其他框架 | | @yongbolv @daix6
62+
26 | x | join.md | 加入Vue.js社区 | | @daix6

0 commit comments

Comments
 (0)