This site is built with hexo. Site content is written in Markdown format located in src
. Pull requests welcome!
Start a dev server at localhost:4000
:
$ npm install -g hexo-cli
$ npm install
$ hexo server
Translation for this documentation project are currently mantained in separate repositories forked from this original one.
French translation is maintained by Vuejs-FR.
- Translation Repo — /vuejs-fr/vuejs.org
- Translation Repo - /vuejs/it.vuejs.org
Japanese translation is maintained by Vue.js japan user group
- Translation Repo - /vuejs/jp.vuejs.org
- Primary maintainer - kazupon
Korean translation is maintained by Vue.js Korean User group.
- Translation Repo - /vuejs-kr/kr.vuejs.org
- Primary maintainer - ChangJoo Park
- Translation Repo - /vuejs/cn.vuejs.org
Português-Br translation is maintained by Vuejs-Br.
- Translation Repo - /vuejs-br/br.vuejs.org
Russian translation is maintained by Translation Gang.
- Translation Repo — /translation-gang/ru.vuejs.org
- Primary maintainer - Grigoriy Beziuk
Indonesian translation is maintained by Kiswono Prayogo
Progress x is done
:
v2
├── api
│ └── index.md
├── cookbook
│ ├── adding-instance-properties.md
│ └── index.md
├── examples
│ ├── commits.md
│ ├── deepstream.md
│ ├── elastic-header.md
│ ├── firebase.md
│ ├── grid-component.md
│ ├── hackernews.md
│ ├── index.md
│ ├── modal.md
│ ├── select2.md
│ ├── svg.md
│ ├── todomvc.md
│ └── tree-view.md
└── guide
├── class-and-style.md
├── comparison.md
├── components.md
├── computed.md
├── conditional.md
├── custom-directive.md
├── deployment.md
├── events.md
├── forms.md
├─x index.md
├─x installation.md
├─x instance.md
├── join.md
├── list.md
├── migration.md
├── migration-vue-router.md
├── migration-vuex.md
├── mixins.md
├── plugins.md
├── reactivity.md
├── render-function.md
├── routing.md
├── single-file-components.md
├── ssr.md
├── state-management.md
├─x syntax.md
├── transitioning-state.md
├── transitions.md
├── typescript.md
└── unit-testing.md
If you feel okay with translating sorta alone, just fork the repo, create a "work-in-progress" issue to inform others that you're doing the translation, and just go on.
If you are more of a team player, maybe Translation Gang is for you? Then just let us know somehow that you're ready to join this international open-source translators community. Feel free to contact Grigoriy Beziuk or anybody else from the team.
And thank you in advance ;)