https://github.com/alice1017/vue3-todo-mvc
A todo application written in vue3 and powered by TodoMVC
https://github.com/alice1017/vue3-todo-mvc
Last synced: about 2 months ago
JSON representation
A todo application written in vue3 and powered by TodoMVC
- Host: GitHub
- URL: https://github.com/alice1017/vue3-todo-mvc
- Owner: alice1017
- Created: 2020-09-15T04:41:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T02:08:42.000Z (over 4 years ago)
- Last Synced: 2025-02-15T08:25:54.387Z (3 months ago)
- Language: Vue
- Homepage: https://vue3-todo-mvc.vercel.app
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-todo-mvc
This is a **TODO** management application written in **[email protected]** and powered by [TodoMVC](https://github.com/tastejs/todomvc).
## DEMO
- [vue3-todo-mvc.vercel.app](https://vue3-todo-mvc.vercel.app/)
## Features
This application was developed according to the features listed in **[app-spec.md](https://github.com/tastejs/todomvc/blob/master/app-spec.md)**, but some features that I thought unnecessary have been **removed**.
- No Todos
- New Todos
- ~~Mark all as complete~~
- Item
- Editing
- Counter
- Clear completed button
- Persistence
- ~~Routing~~