File:Vue.js_Logo_2.svg · Wikimedia Commons · See Wikimedia Commons
Vue.js
Sign in to saveAlso known as Vue, VueJS
Vue.js (commonly referred to as Vue; pronounced "view") is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications. It was created by Evan You and is maintained by him and the rest of the active core team members.
In the Vinony graph
Vinony's link graph records 229 inbound references to Vue.js, and connects out to web framework, Zope and Catalyst.
It sits within the topics 2014 software, Free-content attribution and JavaScript libraries.
Vinony links it to 38 Wikipedia language editions.
Key facts
- Software.name
- Vue.js
- Software.logo
- Vue.js Logo 2.svg
- Software.logo_size
- 120px
- Software.logo_upright
- yes
- Software.author
- Evan You
- Software.developer
- Evan You and the Core Team
- Software.programming language
- TypeScript
- Software.platform
- Web platform
- Software.included with
- Laravel
- Software.size
- 33.9 KB min+gzip
- Software.genre
- JavaScript library
- Software.license
- MIT License
via Wikipedia infobox
Wikidata facts
- Official website
- github.com/vuejs/core/tree/main/packages/vue#readme
Show 7 more facts
- Stack Exchange tag
- stackoverflow.com/tags/vuejs2
- software version identifier
- 3.6.0-beta.10
- social media followers
- 276698
- inception
- 2014-02-00
- Commons category
- Vue.js
- official blog URL
- blog.vuejs.org
Sources (12)
via Wikidata · CC0
~14 min read
Encyclopedic overview
21 sectionsContents
- Overview
- History
- Versions
- State management evolution
- Features
- Components
- Templates
- Reactivity
- Transitions
- Routing
- Ecosystem
- Official tooling
- Official libraries
- Video courses
- State management libraries
- Community & Core Teams Resources
- Comparison with other frameworks
- See also
- Sources
- References
- External links
Vue.js (commonly referred to as Vue; pronounced "view") is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications. It was created by Evan You and is maintained by him and the rest of the active core team members.
== Overview == Vue.js features an incrementally adaptable architecture that focuses on declarative rendering and component composition. The core library is focused on the view layer only. Advanced features required for complex applications such as routing, state management and build tooling are offered via officially maintained supporting libraries and packages.
Excerpted from Wikipedia’s “Vue.js” article, available under the CC BY-SA 4.0 licence.