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.
This commit is contained in:
Jeffrey Camphens
2018-11-26 10:31:36 +01:00
committed by Manish Giri
parent ea85770516
commit d534f00a65

View File

@ -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 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. * 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/) - [Vue.js Homepage](https://vuejs.org/)
- [GitHub Repo](https://github.com/vuejs/vue/) - [GitHub Repo](https://github.com/vuejs/vue/)
- [Vue-cli](https://cli.vuejs.org/) - standard tooling - [Vue-cli](https://cli.vuejs.org/) - standard tooling
- [Vue-Router](https://router.vuejs.org/) - officially-supported vue-router library - [Vue-Router](https://router.vuejs.org/) - officially-supported vue-router library
- [Vuex](https://vuex.vuejs.org/) - state management pattern + library - [Vuex](https://vuex.vuejs.org/) - state management pattern + library
- [Comparison with other frameworks](https://vuejs.org/v2/guide/comparison.html)