From bbc6203565b808a5ff765565b077bf688803b79b Mon Sep 17 00:00:00 2001 From: Clint Losee Date: Mon, 22 Oct 2018 21:35:37 -0600 Subject: [PATCH] Updated Vue intro (#19817) Grammar change and added additional information links --- guide/english/vue/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guide/english/vue/index.md b/guide/english/vue/index.md index e280784198..ed03291931 100644 --- a/guide/english/vue/index.md +++ b/guide/english/vue/index.md @@ -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/)