1# Vue.js TodoMVC Example23> Vue.js is a library for building interactive web interfaces. 4It provides data-driven, nestable view components with a simple and flexible API.56> _[Vue.js - v2.vuejs.org](https://v2.vuejs.org)_78## Learning Vue.js9The [Vue.js website](https://v2.vuejs.org/) is a great resource to get started.1011Here are some links you may find helpful:1213* [Official Guide](https://v2.vuejs.org/guide/)14* [API Reference](https://v2.vuejs.org/api/)15* [Examples](https://v2.vuejs.org/examples/)1617Get help from other Vue.js users:1819* [Vue.js official forum](https://forum.vuejs.org)20* [Vue.js on Twitter](https://twitter.com/vuejs)21* [Vue.js on Gitter](https://gitter.im/vuejs/vue)2223_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._2425## Credit2627This TodoMVC application was created by [Evan You](https://evanyou.me).
Findings
✓ No findings reported for this file.