Vue.js

This is an old revision of this page, as edited by Ajtruex (talk | contribs) at 11:29, 11 March 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Vue.js (commonly referred to as Vue; pronounced /vj/, like view) is an open-source progressive JavaScript framework for building user interfaces.[3] Integration into projects that use other JavaScript libraries is made easy with Vue because it is designed to be incrementally adoptable. Also, Vue is a capable web application framework that is able to power advanced single-page applications.

Vue.js
Original author(s)Evan You
Initial releaseFebruary 2014; 11 years ago (2014-02)[1]
Stable release
2.2.2 / March 9, 2017; 8 years ago (2017-03-09)[2]
Repository
Written inJavaScript
PlatformCross-platform
Size76 KB production
240 KB development
TypeJavaScript library
LicenseMIT License
Websitevuejs.org Edit this on Wikidata

According to a 2016 JavaScript survey, Vue has an 89% developer satisfaction rating. Vue accumulates around 80 Github stars per day,[4][5] and is the 14th most starred project on Github of all time.[6]

History

Features

Development

Comparison with Other Frameworks

Supporting Libraries

See Also

References

  1. ^ "First Week of Launching Vue.js". Evan You.
  2. ^ "Vue.js Releases". Github.
  3. ^ "Introduction — Vue.js". Retrieved 2017-03-11.
  4. ^ "State Of JavaScript Survey Results: Front-end Frameworks". Retrieved 2017-03-11.
  5. ^ "Trending JavaScript Frameworks". Retrieved 2017-03-11. {{cite web}}: Cite has empty unknown parameter: |dead-url= (help)
  6. ^ "Most Starred Repositories". GitHub. Retrieved 2017-03-11. {{cite web}}: Cite has empty unknown parameter: |dead-url= (help)

Further Reading