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
- Host: GitHub
- URL: https://github.com/meteor-vue/todomvc
- Owner: meteor-vue
- Created: 2017-07-08T09:13:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T21:08:56.000Z (almost 4 years ago)
- Last Synced: 2025-05-16T14:45:04.734Z (6 months ago)
- Topics: meteor, todomvc, vue
- Language: Vue
- Size: 52.7 KB
- Stars: 21
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).