github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/vue-1.0.24/examples/todomvc/readme.md (about)

     1  # Vue.js TodoMVC Example
     2  
     3  > Vue.js is a library for building interactive web interfaces. 
     4  It provides data-driven, nestable view components with a simple and flexible API.
     5  
     6  > _[Vue.js - vuejs.org](http://vuejs.org)_
     7  
     8  ## Learning Vue.js
     9  The [Vue.js website](http://vuejs.org/) is a great resource to get started.
    10  
    11  Here are some links you may find helpful:
    12  
    13  * [Official Guide](http://vuejs.org/guide/)
    14  * [API Reference](http://vuejs.org/api/)
    15  * [Examples](http://vuejs.org/examples/)
    16  * [Building Larger Apps with Vue.js](http://vuejs.org/guide/application.html)
    17  
    18  Get help from other Vue.js users:
    19  
    20  * [Vue.js official forum](http://forum.vuejs.org)
    21  * [Vue.js on Twitter](https://twitter.com/vuejs)
    22  * [Vue.js on Gitter](https://gitter.im/vuejs/vue)
    23  
    24  _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)._
    25  
    26  ## Credit
    27  
    28  This TodoMVC application was created by [Evan You](http://evanyou.me).