# ToDoList **Repository Path**: anywhereyougo/ToDoList ## Basic Information - **Project Name**: ToDoList - **Description**: 一个基于VUE的任务待办列表,数据已实现本地持久化缓存 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-03-26 - **Last Updated**: 2021-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ToDoList:任务待办列表的实现 > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader). ## 效果图 ![输入图片说明](https://gitee.com/uploads/images/2019/0408/151806_9a00a256_1803429.png "eeccf9d44bd60fd8baf23cc82f509f9.png") ## 大致功能 > ① 在文本框输入内容后按Enter回车键,即可把内容添加到下面的列表中(如果内容为空则不添加)。 > ②动态计算有几个未完成(正进行)的任务和有几个已完成的任务。 > ③点击复选框,实现选中或不选中效果(即未完成和已完成)。 > ④鼠标点击删除按钮即可删除(未完成或已完成)列表中对应的任务。