An open API service indexing awesome lists of open source software.

https://github.com/meteor-vue/todomvc

Meteor + Vue.js TodoMVC Example
https://github.com/meteor-vue/todomvc

meteor todomvc vue

Last synced: 5 months ago
JSON representation

Meteor + Vue.js TodoMVC Example

Awesome Lists containing this project

README

          

# Meteor + Vue.js TodoMVC Example

TodoMVC implementation using [Vue.js](http://vuejs.org/) with full Tracker and Meteor integration.

You should use `git clone --recursive` to clone the repository.

## Credit

This TodoMVC application was based on [Vue.js TodoMVC](https://vuejs.org/v2/examples/todomvc.html).