Skip to content

Commit a5fb247

Browse files
authored
Merge pull request #1 from vuejs/master
Update latest docs 15-02-2019
2 parents ca6d27c + e60d172 commit a5fb247

File tree

167 files changed

+15704
-9260
lines changed

Some content is hidden

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

167 files changed

+15704
-9260
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*]
2+
charset = utf-8
3+
indent_style = space
4+
indent_size = 2
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules/
66
public/
77
.deploy*/
88
src/_drafts
9+
package-lock.json

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v8.9.4

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Translation for this documentation project are currently maintained in separate
2323

2424
French translation is maintained by Vuejs-FR.
2525

26-
* Translation Repo [/vuejs-fr/vuejs.org](https://github.com/vuejs-fr/vuejs.org)
26+
* Translation Repo - [/vuejs-fr/vuejs.org](https://github.com/vuejs-fr/vuejs.org)
2727

2828
### Italian
2929

@@ -35,6 +35,9 @@ Japanese translation is maintained by [Vue.js japan user group](https://github.c
3535

3636
* Translation Repo - [/vuejs/jp.vuejs.org](https://github.com/vuejs/jp.vuejs.org)
3737
* Primary maintainer - [kazupon](https://github.com/kazupon)
38+
* Secondary Maintainers:
39+
* [re-fort](https://github.com/re-fort)
40+
* [potato4d](https://github.com/potato4d)
3841

3942
### Korean
4043

@@ -47,6 +50,13 @@ Korean translation is maintained by [Vue.js Korean User group](https://github.co
4750

4851
* Translation Repo - [/vuejs/cn.vuejs.org](https://github.com/vuejs/cn.vuejs.org)
4952

53+
### Persian (Farsi)
54+
55+
Persian translation is maintained by VueJS-fa.
56+
57+
* Translation Repo - [/vuejs-fa/fa.vuejs.org](https://github.com/vuejs-fa/fa.vuejs.org)
58+
* Primary maintainer - [Pooya Parsa](https://github.com/pi0)
59+
5060
### Português-Br
5161

5262
Português-Br translation is maintained by [Vuejs-Br](https://github.com/vuejs-br).
@@ -57,21 +67,21 @@ Português-Br translation is maintained by [Vuejs-Br](https://github.com/vuejs-b
5767

5868
Russian translation is maintained by Translation Gang.
5969

60-
* Translation Repo [/translation-gang/ru.vuejs.org](https://github.com/translation-gang/ru.vuejs.org)
70+
* Translation Repo - [/translation-gang/ru.vuejs.org](https://github.com/translation-gang/ru.vuejs.org)
6171
* Primary maintainer - [Grigoriy Beziuk](https://gbezyuk.github.io)
6272

6373
### Spanish
6474

65-
Spanish translation is maintained by VueJS-ES.
75+
Spanish translation is maintained by [1950Labs](https://1950labs.com) and Vue.js Montevideo ([Leonel More](https://twitter.com/leonelmore), [Sebastian Camacho](https://twitter.com/sxcamacho), and [Diana Rodriguez](https://vue.beingadev.rocks).
6676

67-
* Translation Repo - [/vuejs-es/vuejs.org](https://github.com/vuejs-es/vuejs.org)
77+
* Translation Repo - [/1950Labs/vuejs.org](https://github.com/1950Labs/vuejs.org)
6878

69-
### Persian (Farsi)
79+
### Vietnamese
7080

71-
Persian translation is maintained by VueJS-fa.
81+
Vietnamese translation is maintained by [Vue.js Vietnam User group](https://github.com/vuejs-vn/).
7282

73-
* Translation Repo - [/vuejs-fa/fa.vuejs.org](https://github.com/vuejs-fa/fa.vuejs.org)
74-
* Primary maintainer - [Pooya Parsa](https://github.com/pi0)
83+
* Translation Repo: [/vuejs-vn/vuejs.org](https://github.com/vuejs-vn/vuejs.org)
84+
* Primary maintainer - [phanan](https://github.com/phanan)
7585

7686
### Want to help with the translation?
7787

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ highlight:
3939
enable: true
4040
line_number: false
4141
tab_replace:
42+
hljs: true
4243

4344
# Category & Tag
4445
default_category: uncategorized
@@ -187,4 +188,3 @@ alias:
187188
examples/svg.html: v2/examples/svg.html
188189
examples/todomvc.html: v2/examples/todomvc.html
189190
examples/tree-view.html: v2/examples/tree-view.html
190-

assets/data.ai

Lines changed: 1687 additions & 1569 deletions
Large diffs are not rendered by default.

assets/hn-architecture.ai

Lines changed: 2314 additions & 0 deletions
Large diffs are not rendered by default.

assets/mvvm.ai

Lines changed: 2155 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)