From d534f00a657c2c4fbeb528b12fa9cd5fd0ff6c5c Mon Sep 17 00:00:00 2001 From: Jeffrey Camphens Date: Mon, 26 Nov 2018 10:31:36 +0100 Subject: [PATCH] Add link to comparison with other frameworks. (#23626) I think this is an important thing to include. Vue is after all not always the best option for every job so it's best to show alternatives. --- guide/english/vue/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/english/vue/index.md b/guide/english/vue/index.md index 6e284ad28e..d93a5e7426 100644 --- a/guide/english/vue/index.md +++ b/guide/english/vue/index.md @@ -16,10 +16,12 @@ Its main attributes are the following: * 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 +#### More Information - [Vue.js Homepage](https://vuejs.org/) - [GitHub Repo](https://github.com/vuejs/vue/) - [Vue-cli](https://cli.vuejs.org/) - standard tooling - [Vue-Router](https://router.vuejs.org/) - officially-supported vue-router library - [Vuex](https://vuex.vuejs.org/) - state management pattern + library +- [Comparison with other frameworks](https://vuejs.org/v2/guide/comparison.html) +