forked from vuejs/vue-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Russian translation moved to VuePress (vuejs#2219)
- Loading branch information
1 parent
7a4c44b
commit 30ee872
Showing
20 changed files
with
1,874 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Введение | ||
|
||
:::tip ПРИМЕЧАНИЕ К ВЕРСИИ | ||
Для пользователей TypeScript, `vue-router@3.0+` требуется `vue@2.5+`, и наоборот. | ||
::: | ||
|
||
Vue Router — официальная библиотека маршрутизации для [Vue.js](https://ru.vuejs.org/). Она глубоко интегрируется с ядром Vue.js, что позволяет создавать SPA-приложения с лёгкостью. Включает следующие возможности: | ||
|
||
- Вложенные маршруты/представления | ||
- Модульная конфигурация маршрутизатора | ||
- Доступ к параметрам маршрута, query, wildcards | ||
- Анимация переходов представлений на основе Vue.js | ||
- Удобный контроль навигации | ||
- Автоматическое проставление активного класса CSS для ссылок | ||
- Режимы работы HTML5 history или хэш, с авто-переключением в IE9 | ||
- Настраиваемое поведение прокрутки страницы | ||
|
||
[Начать знакомство](./guide/) или поиграться с [примерами](https://github.com/vuejs/vue-router/tree/dev/examples) (см. [`README.md`](https://github.com/vuejs/vue-router/) для их запуска). |
Oops, something went wrong.