diff --git a/client/src/pages/guide/english/vue/index.md b/client/src/pages/guide/english/vue/index.md index 61c26affd1..a62e3facb1 100644 --- a/client/src/pages/guide/english/vue/index.md +++ b/client/src/pages/guide/english/vue/index.md @@ -12,3 +12,8 @@ It's main attributes are the following: * It's approchable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time! * It's versatile: you can use it as a simple library or a fully featured framework * It's performant: it's extremely performant out of the box with very little to almost no optimization required. + +### More Information + +- [Vuejs Homepage](https://vuejs.org/) +- [GitHub Repo](https://github.com/vuejs/vue/)