From 27b33d8af77f96eb6dcdeec5c4e8f4b70016b534 Mon Sep 17 00:00:00 2001 From: shyamunnikrishnan <30890622+shyamunnikrishnan@users.noreply.github.com> Date: Mon, 15 Oct 2018 23:40:02 +0530 Subject: [PATCH] Updated index.md with "More Information" section (#18744) More Information section was added with links to Vuejs official website and GitHub Repo. --- client/src/pages/guide/english/vue/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/pages/guide/english/vue/index.md b/client/src/pages/guide/english/vue/index.md index 61c26affd13..a62e3facb12 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/)