Updated Vue intro (#19817)

Grammar change and added additional information links
pull/26643/head
Clint Losee 2018-10-22 21:35:37 -06:00 committed by Josh Alling
parent f959612689
commit bbc6203565
1 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,9 @@ title: Vue
## Introduction
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
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 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/)
- [GitHub Repo](https://github.com/vuejs/vue/)
- [Vue-Router](https://router.vuejs.org/)
- [Vuex](https://vuex.vuejs.org/)