forked from nuxt/nuxt
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(docs) Перевод Overview * [autofix.ci] apply automated fixes * Update docs/7.migration/1.overview.md Co-authored-by: Evgeniy Gromin <[email protected]> --------- Co-authored-by: Ivan Bochkarev <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Evgeniy Gromin <[email protected]>
- Loading branch information
1 parent
14d9bb2
commit 645c2d9
Showing
3 changed files
with
16 additions
and
17 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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
--- | ||
title: Overview | ||
description: Nuxt 3 is a complete rewrite of Nuxt 2, and also based on a new set of underlying technologies. | ||
title: Обзор | ||
description: Nuxt 3 является полностью переписанной версией Nuxt 2, а также базируется на новом наборе базовых технологий. | ||
--- | ||
|
||
There are significant changes when migrating a Nuxt 2 app to Nuxt 3, although you can expect migration to become more straightforward as we move toward a stable release. | ||
При миграции приложения Nuxt 2 на Nuxt 3 происходят значительные изменения, хотя ожидается, что миграция станет более простой, по мере приближения к стабильному релизу. | ||
|
||
::note | ||
This migration guide is under progress to align with the development of Nuxt 3. | ||
Этот руководство по миграции находится в процессе разработки и согласования с разработкой Nuxt 3. | ||
:: | ||
|
||
Some of these significant changes include: | ||
Некоторые из этих значительных изменений включают: | ||
|
||
1. Moving from Vue 2 to Vue 3, including defaulting to the Composition API and script setup. | ||
1. Moving from webpack 4 and Babel to Vite or webpack 5 and esbuild. | ||
1. Moving from a runtime Nuxt dependency to a minimal, standalone server compiled with nitropack. | ||
1. Переход от Vue 2 к Vue 3, включая использование по умолчанию Composition API и script setup. | ||
2. Переход от webpack 4 и Babel к Vite или webpack 5 и esbuild. | ||
3. Переход от зависимости Nuxt в рантайме к минимальному, автономному серверу, скомпилированному с помощью nitropack. | ||
|
||
::tip | ||
If you need to remain on Nuxt 2, but want to benefit from Nuxt 3 features in Nuxt 2, you can alternatively check out [how to get started with Bridge](/docs/bridge/overview). | ||
Если вам необходимо остаться на Nuxt 2, но вы хотите воспользоваться преимуществами Nuxt 3 в Nuxt 2, вы можете также ознакомиться с [руководством по началу работы с Bridge](/docs/bridge/overview). | ||
:: | ||
|
||
## Next Steps | ||
## Дальнейшие действия | ||
|
||
- Learn about differences in [configuration](/docs/migration/configuration) | ||
- Изучите различия в [конфигурации](/docs/migration/configuration) |