Skip to content

docs: update docs/ru #907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 51 commits into from
Aug 11, 2018
Merged

docs: update docs/ru #907

merged 51 commits into from
Aug 11, 2018

Conversation

lex111
Copy link
Contributor

@lex111 lex111 commented Aug 7, 2018

@Alex-Sokolov review this please.

lex111 added 30 commits June 11, 2018 16:49
lex111 and others added 19 commits June 29, 2018 14:14
Russian translation: improve types
Сначала вам нужно создать проект. Если у вас нет Vue CLI, установите его глобально:

```shell
$ npm install -g @vue/cli-service-global
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command for installing vue-cli?

$ vue create hello-world
```

В командной строке выберите `Manually select features`, выберите `TypeScript` и нажмите клавишу ввода. Это создаст проект с уже настроенным для работы с TypeScript.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

С уже настроенным для работы TypeScript


### Настройка Jest

Jest — это исполнитель тестов, разработанный Facebook, целью которого является поставка обширного решения для модульного тестирования. Вы можете узнать больше о Jest на его [официальной документации](https://facebook.github.io/jest/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вроде везде пишем "программа для запуска тестов"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"поставка обширного решения" как-то не айс

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest is a test runner developed by Facebook, aiming to deliver a battery-included unit testing solution.

Какие варианты это по-другому перевести?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

направленный на предоставление многофункционального решения для модульного тестирования например

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Круто, как и всегда! 👍

$ npm install --save-dev jest @vue/test-utils
```

Затем определите скрипт `test:unit` в `package.json`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

определите команду в scripts


### Написание модульного теста

Теперь у нас есть проект, пришло время написать единичный тест.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

пришло время написать тест

@lex111
Copy link
Contributor Author

lex111 commented Aug 8, 2018

@eddyerburgh accept this PR please.

@lex111
Copy link
Contributor Author

lex111 commented Aug 10, 2018

friendly ping to @eddyerburgh

Copy link
Member

@eddyerburgh eddyerburgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the work guys :)

@eddyerburgh eddyerburgh merged commit 6649d79 into vuejs:dev Aug 11, 2018
@lex111 lex111 deleted the update-ru-docs branch August 17, 2018 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants