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.
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
Article
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.