Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 736 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 736 Bytes

ru.vuejs.org

Этот репозиторий содержит официальный перевод оригинальной документации vuejs.org на русский язык.

Также переведена документация Vue-router и Vuex.

This is an official Russian translation branch of original vuejs.org repository.

This site is built with hexo. Site content is written in Markdown format located in src. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

$ npm install
$ npm run server

or

$ npm install -g hexo-cli
$ npm install
$ hexo server