diff --git a/guide/english/vue/index.md b/guide/english/vue/index.md index e2807841983..ed032919310 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/)