Extended vue.js introduction (#32984)
This commit is contained in:
@ -3,8 +3,11 @@ title: Vue
|
||||
---
|
||||
## Introduction
|
||||
|
||||
Vue.js is a progressive framework for building user interfaces.
|
||||
Its core is focused on only the "view" layer and can be easily integrated with existing libraries and projects.
|
||||
Vue.js (commonly referred to as **Vue**, pronounced /vjuː/) is an open-source progressive JavaScript framework for building user interfaces.
|
||||
|
||||
Vue.js was first released in 2014 by Evan You. It was created as a better version of Angular - lighter, removing all extra concepts, and easier to learn.
|
||||
|
||||
Its core is focused on the "view" layer only and can be easily integrated with existing libraries and projects.
|
||||
But on the other hand, Vue.js can also be leveraged to create powerful single page applications by integrating with extensions
|
||||
such as `vue-router` for page routing and `vuex` for state management.
|
||||
|
||||
@ -17,5 +20,6 @@ Its main attributes are the following:
|
||||
|
||||
- [Vue.js Homepage](https://vuejs.org/)
|
||||
- [GitHub Repo](https://github.com/vuejs/vue/)
|
||||
- [Vue-Router](https://router.vuejs.org/)
|
||||
- [Vuex](https://vuex.vuejs.org/)
|
||||
- [Vue-cli](https://cli.vuejs.org/) - standard tooling
|
||||
- [Vue-Router](https://router.vuejs.org/) - officially-supported vue-router library
|
||||
- [Vuex](https://vuex.vuejs.org/) - state management pattern + library
|
||||
|
Reference in New Issue
Block a user