File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
- # vuejs.org
1
+ # vue.js2 中英文 对照 翻译(正在进行中...)
2
2
3
- This site is built with [ hexo] ( http://hexo.io/ ) . Site content is written in Markdown format located in ` src ` . Pull requests welcome!
3
+ > 基于 hexo && vuejs.org
4
4
5
- ## Developing
5
+ - 中文翻译分支 2.0-cn
6
6
7
- Start a dev server at ` localhost:4000 ` :
7
+ ## 开发
8
8
9
9
```
10
10
$ npm install -g hexo-cli
11
11
$ npm install
12
12
$ hexo server
13
13
```
14
+
15
+ Start a dev server at ` localhost:4000 `
16
+
17
+ ## merge
18
+
19
+ - 翻译完 pull request 到 2.0-cn 分支 合并
20
+
21
+ ## 发布
22
+
23
+ > 预先添加git ssh
24
+
25
+ ```
26
+ hexo g
27
+ hexo d
28
+ ```
29
+
30
+ ## 当前说明(2016.08.14)
31
+
32
+ * 翻译到基础篇 /src/guide/components.md 组件 文档 http://vuefe.cn/guide/components.html
33
+ * 中英文对照方式: 一段原文(英文) 接一段翻译 接 源码块,英文在前,保持原貌
34
+ * 代码中注释直接翻译成中文,不需要留下英文
35
+ * 暂且存在目录中英文共存的重复问题,暂时不必修改,就保留中英文目录
36
+ * 请尽量对照 vuejs 官方 1.0 中文文档进行翻译,也可以即时看出vue1和vue2直接的区别
37
+ * 导航上 添加了 更新 模块,用于链接到github的 release信息,后面希望单独把changelog放到 /changelog中跟进翻译每次的版本更新内容
38
+ * (畅想:加入热点标记功能 - 点击热点新建github 对应 issue ,话题链接 / 增强文档交互即时纠错)
39
+ * (畅想: 首页加入弹幕交互功能)
40
+ * (畅想: 添加hacknews-vue2案例解析 以及更多自定义案例解析)
41
+
You can’t perform that action at this time.
0 commit comments