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) +