forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: [RU] Translation done (vuejs#2227)
- Loading branch information
1 parent
3b9ecf3
commit 26f87bb
Showing
20 changed files
with
4,033 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
home: true | ||
heroImage: /logo.png | ||
actionText: Введение → | ||
actionLink: /ru/guide/ | ||
footer: MIT Licensed | Copyright © 2018-present Evan You | ||
--- | ||
|
||
<div style="text-align: center"> | ||
<Bit/> | ||
</div> | ||
|
||
<div class="features"> | ||
<div class="feature"> | ||
<h2>Богатые возможности</h2> | ||
<p>Поддержка из коробки Babel, TypeScript, ESLint, PostCSS, PWA, модульное тестирование & End-to-end тестирование.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>Расширяемость</h2> | ||
<p>Система плагинов позволяет сообществу создавать и делиться решениями для общих задач.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>Конфигурация внутри</h2> | ||
<p>Vue CLI полностью настраивается без извлечения конфигурации. Это позволит обновлять проект без проблем в долгой гонке.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>Графический пользовательский интерфейс</h2> | ||
<p>Создание, разработка и управление вашими проектами через графический интерфейс.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>Мгновенное прототипирование</h2> | ||
<p>Мгновенный прототип ваших новых идей в одном файле Vue.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>Готовность к будущему</h2> | ||
<p>С лёгкостью поставлять код в ES2015 для современных браузеров, или создавать ваши компоненты Vue как нативные веб-компоненты.</p> | ||
</div> | ||
</div> | ||
|
||
## Начало работы | ||
|
||
Установка: | ||
|
||
``` bash | ||
npm install -g @vue/cli | ||
# ИЛИ | ||
yarn global add @vue/cli | ||
``` | ||
|
||
Создание проекта: | ||
|
||
``` bash | ||
vue create my-project | ||
# ИЛИ | ||
vue ui | ||
``` |
Oops, something went wrong.