Introduction to vue development history

basic introduction

Vue is a progressive framework for building user interfaces.

Unlike other large frameworks, Vue is designed to be applied layer by layer from the bottom up.

At first, it was just a personal project. Today, it has become one of the world's three largest front-end frameworks, with 178,000 Stars on github. It is ahead of React and Angular, and is the first choice in China.
Insert picture description here
Its design ideas and coding skills have also been borrowed and imitated by many frameworks.

Important version released

In 2013, You Yuxi, who works at Google, was inspired by Angular and developed a lightweight framework, originally named Seed.

In December 2013, it was renamed Vue. The color of the icon is green, which represents vitality, and the version number is 0.6.0.

2014.01.24, Vue was officially released, the version number is 0.8.0.

2014.02.25, 0.9.0 released, with its own codename: Animatrix, after that, important versions will have their own codenames.

2015.06.13, 0.12.0, codenamed Dragon Ball, Laravel community (a popular PHP framework community) used Vue for the first time, and Vue also gained popularity in the JS community.

2015.10.26, 1.0.0 Evangelion is the first milestone in the history of Vue. In the same year, vue-router, vuex, and vue-cli were released one after another, marking the development of Vue from a view layer library to a progressive framework.

2016.10.01 and 2.0.0 are the second important milestones. It has absorbed React's virtual Dom solution and also supports server-side rendering. Since the release of Vue 2.0, Vue has become a hot topic in the front-end field.

2019.02.05, Vue released 2.6.0, which is a version that connects the past and the future. After it, 3.0.0 was launched.

2019.12.05, in the expectation of everyone, You Yuxi announced the Vue 3 source code. At this time, Vue 3 is still in the Alpha version.

On September 18, 2020, Vue.js 3.0 was officially released.

Guess you like

Origin blog.csdn.net/m0_46864744/article/details/112691337