2016-04-16 04:20:35 +08:00
# Vue.js TodoMVC Example
> Vue.js is a library for building interactive web interfaces.
It provides data-driven, nestable view components with a simple and flexible API.
2016-10-08 05:39:51 +08:00
> _[Vue.js - vuejs.org](https://vuejs.org)_
2016-04-16 04:20:35 +08:00
## Learning Vue.js
2016-10-08 05:39:51 +08:00
The [Vue.js website ](https://vuejs.org/ ) is a great resource to get started.
2016-04-16 04:20:35 +08:00
Here are some links you may find helpful:
2016-10-08 05:39:51 +08:00
* [Official Guide ](https://vuejs.org/guide/ )
* [API Reference ](https://vuejs.org/api/ )
* [Examples ](https://vuejs.org/examples/ )
2016-04-16 04:20:35 +08:00
Get help from other Vue.js users:
* [Vue.js official forum ](http://forum.vuejs.org )
* [Vue.js on Twitter ](https://twitter.com/vuejs )
* [Vue.js on Gitter ](https://gitter.im/vuejs/vue )
_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 )._
## Credit
This TodoMVC application was created by [Evan You ](http://evanyou.me ).