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

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

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~~