# The Vue Point

The official blog for the Vue.js project

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Announcing Vue 3.5

DevFeed: [Announcing Vue 3.5](<https://devfeed.tech/articles/announcing-vue-3-5-3011.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-5>)

Published: 2024-09-01T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [api](<https://devfeed.tech/tags/api.md>), [feature](<https://devfeed.tech/tags/feature.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [memory](<https://devfeed.tech/tags/memory.md>), [performance](<https://devfeed.tech/tags/performance.md>), [reactive](<https://devfeed.tech/tags/reactive.md>), [release](<https://devfeed.tech/tags/release.md>), [server](<https://devfeed.tech/tags/server.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Vue 3.5 is a minor release with no breaking changes. It improves reactivity performance and memory usage, stabilizes reactive props destructuring, and adds server-side rendering enhancements including lazy hydration and stable application IDs.

### Source excerpt

Today we are excited to announce the release of Vue 3.5 "Tengen Toppa Gurren Lagann"! This minor release contains no breaking changes and includes both internal improvements and useful new features. We will cover some highlights in this blog post - for a full list of changes and new features, please consult the full changelog on GitHub.

## Announcing VitePress 1.0

DevFeed: [Announcing VitePress 1.0](<https://devfeed.tech/articles/announcing-vitepress-1-0-3002.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vitepress-1.0>)

Published: 2024-03-21T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>), [Jekyll](<https://devfeed.tech/topics/jekyll.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [release](<https://devfeed.tech/tags/release.md>), [ssg](<https://devfeed.tech/tags/ssg.md>), [static-site-generator](<https://devfeed.tech/tags/static-site-generator.md>), [time](<https://devfeed.tech/tags/time.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

The article announces the 1.0 release of VitePress, a Vite- and Vue-based static site generator for fast, content-centric websites. It converts Markdown and themes into deployable static HTML, supports technical documentation and customized sites, and combines static delivery with SPA-style navigation after the initial visit.

### Source excerpt

Today we are happy to announce the (long overdue) 1.0 release of VitePress! VitePress is a Static Site Generator (SSG) designed for building fast, content-centric websites. In a nutshell, VitePress takes your source content written in Markdown, applies a theme to it, and generates static HTML pages that can be easily deployed anywhere. VitePress is built on top of Vite and Vue, and is the spiritual successor and modern replacement of VuePress.

## Announcing Vue 3.4

DevFeed: [Announcing Vue 3.4](<https://devfeed.tech/articles/announcing-vue-3-4-3010.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-4>)

Published: 2023-12-28T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Parser](<https://devfeed.tech/topics/parser.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [API](<https://devfeed.tech/topics/api.md>), [changelog](<https://devfeed.tech/topics/changelog.md>)

Tags: [build-performance](<https://devfeed.tech/tags/build-performance.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [features](<https://devfeed.tech/tags/features.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [release](<https://devfeed.tech/tags/release.md>), [update](<https://devfeed.tech/tags/update.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>), [webpack](<https://devfeed.tech/tags/webpack.md>)

### AI overview

Vue 3.4, named "Slam Dunk," introduces a rewritten template parser that is twice as fast, a more accurate and efficient reactivity system, and several API improvements including stabilized defineModel and same-name prop-binding shorthand. The release also improves Vue SFC compilation performance and benefits related tooling and community plugins.

### Source excerpt

Today we're excited to announce the release of Vue 3.4 "🏀 Slam Dunk"! This release includes some substantial internal improvements - most notably a rewritten template parser that is 2x faster, and a refactored reactivity system that makes effect triggering more accurate and efficient. It also packs a number of quality-of-life API improvements, including the stabilization of defineModel and a new same-name shorthand when binding props. This post provides an overview of the highlighted features in 3.4. For the full list of changes, please consult the full changelog on GitHub.

## Vue 2 is Approaching End Of Life

DevFeed: [Vue 2 is Approaching End Of Life](<https://devfeed.tech/articles/vue-2-is-approaching-end-of-life-3007.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-2-eol>)

Published: 2023-12-15T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [migration](<https://devfeed.tech/topics/migration.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [deprecated](<https://devfeed.tech/tags/deprecated.md>), [end-of-life](<https://devfeed.tech/tags/end-of-life.md>), [eol](<https://devfeed.tech/tags/eol.md>), [framework](<https://devfeed.tech/tags/framework.md>), [maintenance](<https://devfeed.tech/tags/maintenance.md>), [migration](<https://devfeed.tech/tags/migration.md>), [npm](<https://devfeed.tech/tags/npm.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

The Vue team announces that Vue 2 reached End of Life on December 31, 2023, ending new features, updates, and fixes. Vue 2 remains available through existing distribution channels, but users are encouraged to migrate to Vue 3, which offers performance, TypeScript, reactivity, built-in component, and tooling improvements.

### Source excerpt

With 2024 almost upon us, we would like to take this opportunity to remind the Vue community that Vue 2 will reach End of Life (EOL) on December 31st, 2023. Vue 2.0 was released more than 7 years ago in 2016. It was a major milestone in Vue's journey of becoming a mainstream framework. Many current Vue users started using Vue during the Vue 2 era, and many great things have been built with it. However, active maintenance of two major versions in parallel isn't sustainable for us. As Vue 3 and its ecosystem have matured, it is time for the team to move on and focus our energy on the latest major version.

## Announcing Vue 3.3

DevFeed: [Announcing Vue 3.3](<https://devfeed.tech/articles/announcing-vue-3-3-3009.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-3>)

Published: 2023-05-11T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [changelog](<https://devfeed.tech/topics/changelog.md>)

Tags: [changelog](<https://devfeed.tech/tags/changelog.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [feature](<https://devfeed.tech/tags/feature.md>), [overview](<https://devfeed.tech/tags/overview.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Vue 3.3, code-named "Rurouni Kenshin," improves developer experience, especially for Single-File Components using TypeScript. The release adds support for imported and some complex types in macros, generic components, more ergonomic typed emits, and typed slots.

### Source excerpt

Today we're excited to announce the release of Vue 3.3 "Rurouni Kenshin"! This release is focused on developer experience improvements - in particular, SFC <script setup> usage with TypeScript. Together with the 1.6 release of Vue Language Tools (previously known as Volar), we have resolved many long-standing pain points when using Vue with TypeScript. This post provides an overview of the highlighted features in 3.3. For the full list of changes, please consult the full changelog on GitHub.

## Volar: a New Beginning

DevFeed: [Volar: a New Beginning](<https://devfeed.tech/articles/volar-a-new-beginning-3004.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/volar-a-new-beginning>)

Published: 2023-02-08T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [VS Code Extension](<https://devfeed.tech/topics/vscode-extension.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [Svelte](<https://devfeed.tech/topics/svelte.md>), [CSS](<https://devfeed.tech/topics/css.md>), [HTML](<https://devfeed.tech/topics/html.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [astro](<https://devfeed.tech/tags/astro.md>), [extension](<https://devfeed.tech/tags/extension.md>), [performance](<https://devfeed.tech/tags/performance.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vscode](<https://devfeed.tech/tags/vscode.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

The article introduces Volar.js, a framework-agnostic embedded language tooling framework extracted from the Volar Vue.js VS Code extension. It supports embedded-language file formats for Vue, Astro, Svelte, and Angular, as well as single-language language servers for TypeScript, CSS, and HTML. The article also describes its performance focus, the migration of the original extension to the vuejs/language-tools repository, and planned project organization changes.

### Source excerpt

Most users of Volar know it as the official Vue.js VSCode extension. It started as a personal project when the official recommendation was still Vetur, and over time got adopted as the new official extension due to improved architecture and performance. As a project created to improve the quality of life for developers, we spent over two years before reaching 1.0, and have been continuously shipping stability improvements. But we've still got more work to do, and there are exciting plans for 2023.

## 2022 Year In Review

DevFeed: [2022 Year In Review](<https://devfeed.tech/articles/2022-year-in-review-2999.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/2022-year-in-review>)

Published: 2023-01-01T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [NativeScript](<https://devfeed.tech/topics/nativescript.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Quasar](<https://devfeed.tech/topics/quasar.md>), [Ionic](<https://devfeed.tech/topics/ionic.md>)

Tags: [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [nativescript](<https://devfeed.tech/tags/nativescript.md>), [npm](<https://devfeed.tech/tags/npm.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [quasar](<https://devfeed.tech/tags/quasar.md>), [recap](<https://devfeed.tech/tags/recap.md>), [release-cadence](<https://devfeed.tech/tags/release-cadence.md>), [releases](<https://devfeed.tech/tags/releases.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>), [year-in-review](<https://devfeed.tech/tags/year-in-review.md>)

### AI overview

Vue's 2022 year-in-review covers the transition to Vue 3 as the default, improvements to documentation, tooling, IDE and TypeScript support, ecosystem growth, and support for both Vue 2 and Vue 3. It also outlines plans for smaller and more frequent Vue 3 releases in 2023.

### Source excerpt

Happy new year, Vue community! With 2023 upon us, we would like to take this opportunity to recap what happened in 2022, and discuss what to expect in 2023.

## On Escape's Vue 2 to Svelte Migration

DevFeed: [On Escape's Vue 2 to Svelte Migration](<https://devfeed.tech/articles/on-escape-s-vue-2-to-svelte-migration-3001.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/on-migration>)

Published: 2022-12-05T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Svelte](<https://devfeed.tech/topics/svelte.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [reactive](<https://devfeed.tech/topics/reactive.md>)

Tags: [comparison](<https://devfeed.tech/tags/comparison.md>), [migration](<https://devfeed.tech/tags/migration.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [reactive](<https://devfeed.tech/tags/reactive.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

The article responds to Escape's comparison of migrating from Vue 2 to Svelte and compares Vue 3 with Svelte. It corrects claims about TypeScript support, global access, reactivity, error handling, plugin integration, and meta frameworks, including Nuxt, SvelteKit, and Vite.

### Source excerpt

Recently, folks at Escape shared a blog post talking about their migration from Vue 2 to Svelte, and compared Vue 3 with Svelte. We found that the article contained a number of inaccuracies. In this post, we will share some thoughts from our perspective and hope to clarify the potential misconceptions the post could give rise to.

## Volar 1.0 "Nika" Released!

DevFeed: [Volar 1.0 "Nika" Released!](<https://devfeed.tech/articles/volar-1-0-nika-released-3003.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/volar-1.0>)

Published: 2022-10-10T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [ide](<https://devfeed.tech/topics/ide.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>)

Tags: [ide](<https://devfeed.tech/tags/ide.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Volar 1.0 is announced as the official IDE and TypeScript tooling support for Vue. The release improves user experience, performance, package size, Plugin API support, framework-agnostic core architecture, project setup, workspace handling, diagnostics, and TypeScript-related capabilities, including integrations with Vite and Nuxt 3 Preview.

### Source excerpt

We are happy to announce that we have released v1.0 of Volar, the official IDE/TS tooling support for Vue! 🎉 This major version ships with tons of improvements across the board. In addition to improving UX, performance, and package size, we also released Plugin API v1 and refactored the core code to be framework-agnostic. 注：結尾附有中文版本 (There is Chinese version of this post at the end)。

## Vue 2.7 "Naruto" Released

DevFeed: [Vue 2.7 "Naruto" Released](<https://devfeed.tech/articles/vue-2-7-naruto-released-3006.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-2-7-naruto>)

Published: 2022-07-01T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Babel](<https://devfeed.tech/topics/babel.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [browser](<https://devfeed.tech/tags/browser.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Vue 2.7 "Naruto" is announced as a release that backports important Vue 3 features, including the Composition API, SFC CSS v-bind, and support for ESNext syntax in template expressions. The article also explains compatibility-related behavior differences and features that were not ported.

### Source excerpt

Today we are happy to announce that Vue 2.7 "Naruto" has been released!

## Vue 2.7 is Now in Beta

DevFeed: [Vue 2.7 is Now in Beta](<https://devfeed.tech/articles/vue-2-7-is-now-in-beta-3005.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-2-7-beta>)

Published: 2022-06-20T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Babel](<https://devfeed.tech/topics/babel.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [browser](<https://devfeed.tech/tags/browser.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [features](<https://devfeed.tech/tags/features.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

This release announcement presents Vue 2.7 as a beta that backports important Vue 3 features, including the Composition API, SFC support, and SFC CSS v-bind. It also describes supported APIs, ESNext syntax in template expressions, and behavior differences and limitations caused by Vue 2's getter/setter-based reactivity system.

### Source excerpt

We are happy to announce that Vue 2.7 is now in beta.

## Vue 3 as the New Default

DevFeed: [Vue 3 as the New Default](<https://devfeed.tech/articles/vue-3-as-the-new-default-3012.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-as-the-new-default>)

Published: 2022-01-20T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>)

Tags: [debugging](<https://devfeed.tech/tags/debugging.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [testing](<https://devfeed.tech/tags/testing.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Vue 3 became the new default version on February 7, 2022, following a soft-launch period that allowed the surrounding framework ecosystem and migration path to mature. The announcement highlights improvements including a Vite-powered build toolchain and better TypeScript IDE support for Single-File Components.

### Source excerpt

TL;DR: Vue 3 is now the new default version as of Monday, February 7, 2022! Make sure to read the Potential Required Actions section to see if you need to make certain changes before the switch to avoid breakage.

## Vue 3.2 Released!

DevFeed: [Vue 3.2 Released!](<https://devfeed.tech/articles/vue-3-2-released-3008.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-2>)

Published: 2021-08-05T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [css](<https://devfeed.tech/tags/css.md>), [features](<https://devfeed.tech/tags/features.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Vue 3.2 is released with stable Single File Component features, Web Components support, reactivity and compiler performance improvements, and server-side rendering updates.

### Source excerpt

We are excited to announce the release of Vue.js 3.2 "Quintessential Quintuplets"! This release includes many significant new features and performance improvements, and contains no breaking changes.

## Reflections for 2020-2021

DevFeed: [Reflections for 2020-2021](<https://devfeed.tech/articles/reflections-for-2020-2021-3000.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/hello-2021>)

Published: 2021-01-11T00:00:00Z

Content type: article

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [ide](<https://devfeed.tech/topics/ide.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Webpack](<https://devfeed.tech/topics/webpack.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [development](<https://devfeed.tech/tags/development.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [ide](<https://devfeed.tech/tags/ide.md>), [migration](<https://devfeed.tech/tags/migration.md>), [npm](<https://devfeed.tech/tags/npm.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>), [webpack](<https://devfeed.tech/tags/webpack.md>)

### AI overview

A retrospective on Vue's 2020 progress and its plans for 2021. It highlights ecosystem growth, VueDX, Vite, VitePress, community activity, Vue 3 stabilization, migration tools, improved IDE support, webpack 5 support, SSR support in Vite, and other planned projects.

### Source excerpt

With a new year upon us, we also have a new blog! In this post, we would like to take a look back at some of the highlights from 2020, as well as some ideas we have for 2021.

## Announcing Vue 3.0 "One Piece"

DevFeed: [Announcing Vue 3.0 "One Piece"](<https://devfeed.tech/articles/announcing-vue-3-0-one-piece-3013.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-one-piece>)

Published: 2020-09-18T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [API](<https://devfeed.tech/topics/api.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [framework](<https://devfeed.tech/tags/framework.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [scale](<https://devfeed.tech/tags/scale.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vue-js](<https://devfeed.tech/tags/vue-js.md>)

### AI overview

Vue.js 3.0 "One Piece" is officially released after more than two years of development. The major framework update focuses on improved performance, smaller bundle sizes, stronger TypeScript integration, new APIs for large-scale use cases, and a modular architecture designed for future development.

### Source excerpt

Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScript integration, new APIs for tackling large scale use cases, and a solid foundation for long-term future iterations of the framework.