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应用
- Host: GitHub
- URL: https://github.com/ilukemagic/v3-todo
- Owner: ilukemagic
- License: mit
- Created: 2022-03-25T14:52:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T02:45:31.000Z (over 3 years ago)
- Last Synced: 2025-03-13T03:30:30.514Z (12 months ago)
- Topics: typescript, vite, vuejs
- Language: Vue
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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的分组