Home >Web Front-end >Vue.js >In what year did vue come out?

In what year did vue come out?

青灯夜游
青灯夜游Original
2021-03-01 15:46:3516373browse

vue.js was inspired by Angular and was developed in 2013. It was originally named Seed; it was renamed vue in December of the same year, and the version number is "0.6.0". It was officially released in 2014, and the version number is "0.8.0".

In what year did vue come out?

The operating environment of this tutorial: windows7 system, vue2.9.6 version, Dell G3 computer.

Vue.js is a progressive framework for building user interfaces. Unlike other heavyweight frameworks, Vue adopts a bottom-up incremental development design. Vue's core library only focuses on the view layer, and is very easy to learn and integrate with other libraries or existing projects. Vue, on the other hand, is fully capable of driving complex single-page applications developed using single-file components and libraries supported by the Vue ecosystem.

The goal of Vue.js is to enable responsive data binding and composed view components through the simplest possible API.

Vue.js itself is not a comprehensive framework - it only focuses on the view layer. Therefore it is very easy to learn and very easy to integrate with other libraries or existing projects. On the other hand, Vue.js is also perfectly capable of powering complex single-page applications when used with related tools and supporting libraries.

vue.js development history:

In 2013, You Yuxi, who was working at Google, was inspired by Angular, extracted the parts he liked and developed A lightweight framework was developed, originally named Seed.

In December of the same year, this seed sprouted and was renamed Vue. The version number was 0.6.0.

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

0.9.0, released on February 25, 2014, has its own codename: Animatrix. This name comes from the animated version of "The Matrix". From then on, important versions will have their own codenames.

Related recommendations: "vue.js Tutorial"

0.12.0 was released on 2015.06.13, codenamed Dragon Ball (Dragon Ball). This year, Vue ushered in After a big explosion, the Laravel community (a community of a popular PHP framework) used Vue for the first time (I also met Vue on this forum), and Vue also gained popularity in the JS community.

1.0.0 Evangelion is the first milestone in the history of Vue. In the same year, vue-router (2015-08-18), vuex (2015-11-28), and vue-cli (2015-12-27) were released one after another, marking the development of Vue from a view layer library to a progressive framework. Many front-end students also became Vue users from this version.

2.0.0 Ghost in the Shell is the second important milestone. It absorbs React's Virtual Dom solution and also supports server-side rendering.

Features

  • Easy to use

    Get started quickly based on HTML CSS JavaScript.

  • Flexible

    Simple and compact core and progressive technology stack are enough to handle applications of any scale.

  • Performance

    20kb min gzip running size, ultra-fast virtual DOM, and the most worry-free optimization.

For more programming-related knowledge, please visit: Programming Video! !

The above is the detailed content of In what year did vue come out?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn