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

https://github.com/ilukemagic/v3-todo

Vue3+Typescript+Vite 的 todo应用
https://github.com/ilukemagic/v3-todo

typescript vite vuejs

Last synced: 11 months ago
JSON representation

Vue3+Typescript+Vite 的 todo应用

Awesome Lists containing this project

README

          

# v3-todo

**v3-todo** 是基于Vue 3 + Typescript + Vite开发的 web端todo应用

[在线预览](http://139.196.47.8:7777/)

## 使用方法

clone:

```shell
git clone git@github.com:ZimTang/v3-todo.git
```

install:

```shell
npm install
or
yarn
```

run:

```shell
npm run dev
or
yarn run dev
```

## 主要功能

- [x] todo的增加与删除
- [x] todo的本地保存
- [ ] todo的分组