forked from nuxt/nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(blog): translate content/7.blog/1.v3.md (#33) Signed-off-by: Evgeniy Gromin <[email protected]> * Fix content/7.blog/1.v3.md Co-authored-by: alexeyvokin <[email protected]> * Fix content/7.blog/1.v3.md Co-authored-by: alexeyvokin <[email protected]> * fix(blog): translations improve (#33) Signed-off-by: Evgeniy Gromin <[email protected]> * Fix content/7.blog/1.v3.md Co-authored-by: alexeyvokin <[email protected]> * Fix content/7.blog/1.v3.md Co-authored-by: alexeyvokin <[email protected]> --------- Signed-off-by: Evgeniy Gromin <[email protected]> Co-authored-by: alexeyvokin <[email protected]>
- Loading branch information
1 parent
367e66f
commit ab088e2
Showing
1 changed file
with
20 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
--- | ||
title: Announcing 3.0 | ||
description: 'We are thrilled to announce the first stable version of Nuxt 3.0.0' | ||
title: Анонс 3.0 | ||
description: 'Мы рады объявить о выходе первой стабильной версии Nuxt 3.0.0' | ||
image: /assets/blog/v3.png | ||
authors: | ||
- name: Pooya Parsa | ||
- name: Пуйя Парса | ||
avatarUrl: https://github.com/pi0.png | ||
link: https://twitter.com/_pi0_ | ||
date: 2022-11-16 | ||
category: Релиз | ||
--- | ||
|
||
# Announcing Nuxt 3.0 stable | ||
# Анонсируем стабильную версию Nuxt 3.0 | ||
|
||
We are thrilled to announce the first stable version of Nuxt 3.0.0 :sparkles: | ||
Мы рады объявить о выходе первой стабильной версии Nuxt 3.0.0 :sparkles: | ||
|
||
Nuxt 3 is a modern rewrite of the Nuxt framework based on [Vite](https://vitejs.dev/), [Vue3](https://ru.vuejs.org/), and [Nitro](https://nitro.unjs.io/) with first-class TypeScript support and the result of more than two years of research, community feedback, innovation, and experiment to make a pleasant full-stack Developer Experience for Vue development to everyone. | ||
Nuxt 3 — это современный и переписанный фреймворк Nuxt на основе [Vite](https://vitejs.dev/), [Vue3](https://ru.vuejs.org/) и [Nitro](https://nitro.unjs.io/) с первоклассной поддержкой TypeScript и результатом более чем двух лет исследований, отзывов сообщества, инноваций и экспериментов, направленных на создание приятного полнофункционального опыта разработки на Vue для всех. | ||
|
||
[[Read More In the Documentation]](/docs/getting-started/introduction) | ||
[[Подробнее читайте в документации]](/docs/getting-started/introduction) | ||
|
||
## API Stability | ||
## Стабильность API | ||
|
||
Nuxt 3.0.0 comes with a stable, production-ready API and 50+ [supported modules](/modules) built using [Nuxt Kit](/docs/guide/going-further/modules) by the community and Nuxt team. | ||
Nuxt 3.0.0 поставляется со стабильным, готовым к использованию API и более чем 50 [поддерживаемыми модулями](/modules), созданными с использованием [Nuxt Kit](/docs/guide/going-further/modules) сообществом и командой Nuxt. | ||
|
||
All composables, filesystem conventions, and configurations are guaranteed to be backward compatible with Nuxt 3.0.0. Due to the nature of the meta-frameworks, some changes happen when we upgrade the underlying dependencies (vite, rollup, and nitropack). Thanks to the new Nuxt Kit and Schema tools, such upgrades will be backward compatible as long as you are using documented features. Kit and Schema also guarantee better future compatibility. This makes it faster for us to iterate and plan the next major versions of Nuxt. | ||
Все композаблы, соглашения файловой системы и конфигурации гарантированно обратно совместимы с Nuxt 3.0.0. Из-за природы метафреймворков некоторые изменения происходят, когда мы обновляем базовые зависимости (vite, rollup и nitropack). Благодаря новым инструментам Nuxt Kit и Schema такие обновления будут обратно совместимы, пока вы используете задокументированные функции. Kit и Schema также гарантируют лучшую совместимость в будущем. Это ускоряет для нас итерацию и планирование следующих мажорных версий Nuxt. | ||
|
||
## The browser and Node.js support | ||
## Поддержка браузера и Node.js | ||
|
||
Nuxt 3 officially supports evergreen browsers only. The "core browser set" is what we (And [web.dev](http://web.dev) team) believe most developers need to support most of the time in the absence of specific constraints. It takes into account [usage numbers](https://caniuse.com/usage-table), developer expectations, and [existing support in](https://make.wordpress.org/core/handbook/best-practices/browser-support/) [the ecosystem](https://angular.io/guide/browser-support). The core browser set targets the **2 most recent major versions** of Chrome, Firefox, and Edge on a monthly basis and Safari on a yearly basis. | ||
Nuxt 3 официально поддерживает только вечнозеленые браузеры. «Основной набор браузеров» — это то, что мы (и команда [web.dev](http://web.dev)) считаем, что большинство разработчиков должны поддерживать большую часть времени при отсутствии определенных ограничений. Он учитывает [число использования](https://caniuse.com/usage-table), ожидания разработчиков и [существующую поддержку в](https://make.wordpress.org/core/handbook/best-practices/browser-support/) [экосистеме](https://angular.io/guide/browser-support). Основной набор браузеров нацелен на **2 последние мажорные версии** Chrome, Firefox и Edge на ежемесячной основе и Safari на ежегодной основе. | ||
|
||
On the server side, Nuxt 3 supports Node.js 14, 16, 18, and 19 at the moment. We encourage everyone to use the latest LTS releases of Node.js, we push them once **widely adopted by major deployment platforms**. This means we keep supporting Node.js versions as long as they are supported by the Node.js team on a rolling basis in non-major releases of Nuxt. Since 14.x is being end-of-life soon, we highly encourage you to update to the latest 18.x whenever possible. | ||
На сервере Nuxt 3 в данный момент поддерживает Node.js 14, 16, 18 и 19. Мы призываем всех использовать мажорные LTS-релизы Node.js, мы продвигаем их, как только они **будут широко приняты основными платформами для деплоя**. Это означает, что мы продолжаем поддерживать версии Node.js до тех пор, пока они поддерживаются командой Node.js на постоянной основе в немажорных релизах Nuxt. Поскольку поддержка 14.x скоро заканчивается, мы настоятельно рекомендуем вам обновиться до последней версии 18.x, когда это возможно. | ||
|
||
## We Love Community | ||
## Мы любим сообщество | ||
|
||
Nuxt wouldn’t be possible today without an amazing community making amazing modules, feedback, and contributions every day. Check our [Community Documentation](https://nuxt.com/docs/community/getting-help) to be involved! | ||
Nuxt не был бы возможен сегодня без потрясающего сообщества, создающего потрясающие модули, отзывы и вклады каждый день. Проверьте нашу [Документацию сообщества](https://nuxt.com/docs/community/getting-help), чтобы принять участие! | ||
|
||
## To the Future | ||
## В будущем | ||
|
||
Releasing Nuxt 3 is a big milestone for us and opens a future-proof basis for new ideas and trust for the users to build their enterprise projects with Nuxt 3. | ||
Выпуск Nuxt 3 является для нас важной вехой и открывает перспективную основу для новых идей и доверия для пользователей, желающих строить свои корпоративные проекты с помощью Nuxt 3. | ||
|
||
Server Component Islands, WebSocket layer, new Deployment presets, improved CLI and DevTools and Testing infra are a few to mention. Keep an eye on the [roadmap page](https://nuxt.com/docs/community/roadmap) and [GitHub discussions](https://github.com/nuxt/nuxt/discussions) for updates. | ||
Серверные островные компоненты, слой WebSocket, новые предустановки деплоя, улучшенный CLI и DevTools, а также инфраструктура тестирования — вот некоторые из них. Следите за [страницей дорожной карты](https://nuxt.com/docs/community/roadmap) и [обсуждениями GitHub](https://github.com/nuxt/nuxt/discussions) для получения обновлений. | ||
|
||
NuxtLabs is working on [new product](https://nuxt.studio) and solutions on top of Nuxt 3 at the time of writing this article. | ||
На момент написания этой статьи NuxtLabs работала над [новым продуктом](https://nuxt.studio) и решениями на базе Nuxt 3. | ||
|
||
Stay tuned for more exciting news and Happy Nuxting 💚 | ||
Оставайтесь с нами, чтобы получать еще больше интересных новостей и счастливого Накстинга 💚 |