Updated Vue intro (#19817)
Grammar change and added additional information links
This commit is contained in:
@ -4,9 +4,9 @@ title: Vue
|
|||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Vue.js is a progressive framework for building user interfaces.
|
Vue.js is a progressive framework for building user interfaces.
|
||||||
It's core is focused on only the "view" layer and can be easily intergrated with existing libraries and projects.
|
Its core is focused on only the "view" layer and can be easily intergrated 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
|
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` and `vuex`.
|
such as `vue-router` for page routing and `vuex` for state management.
|
||||||
|
|
||||||
It's main attributes are the following:
|
It's main attributes are the following:
|
||||||
* It's approachable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time!
|
* It's approachable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time!
|
||||||
@ -17,3 +17,5 @@ It's main attributes are the following:
|
|||||||
|
|
||||||
- [Vuejs Homepage](https://vuejs.org/)
|
- [Vuejs Homepage](https://vuejs.org/)
|
||||||
- [GitHub Repo](https://github.com/vuejs/vue/)
|
- [GitHub Repo](https://github.com/vuejs/vue/)
|
||||||
|
- [Vue-Router](https://router.vuejs.org/)
|
||||||
|
- [Vuex](https://vuex.vuejs.org/)
|
||||||
|
Reference in New Issue
Block a user