Link Search Menu Expand Document

Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model to efficiently develop user interfaces.

Release Released Active Support Security Support Latest
3 2 years and 3 months ago
(18 Sep 2020)
Yes Yes 3.2.45
(11 Nov 2022)
2 6 years ago
(30 Sep 2016)
Ended 9 months ago
(18 Mar 2022)
Ends in 1 year
(31 Dec 2023)
2.7.14
(09 Nov 2022)
1 7 years ago
(27 Oct 2015)
No No 1.0.28

Vue does not have a fixed release cycle. Patch releases are released as needed. Minor releases always contain new features, with a typical time frame of 3-6 months in between. Minor releases always go through a beta pre-release phase. Major releases will be announced ahead of time, and will go through an early discussion phase and alpha / beta pre-release phases.

Every time a new major is released, the last minor in the previous major automatically becomes LTS for 18 months, receiving bug fixes and security patches. Then it becomes maintenance mode (security patches only) for another 18 months before entering end of life. “2.7” is the planned LTS release for the v2 cycle.

More information is available on the Vue website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
npm list vue

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/vue.json. See the API Documentation for more.

This page was last updated on 16 December 2022. Latest releases are automatically updated.