# todo_f2e **Repository Path**: sumaolin/todo_f2e ## Basic Information - **Project Name**: todo_f2e - **Description**: 使用vue3 实现 todomvc.com 中的功能 前端功能描述: https://github.com/tastejs/todomvc/blob/master/app-spec.md - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # todo_f2e ## 介绍 使用 vue3 实现 todomvc.com 中的功能 前端功能描述: ## 软件架构 配置文案: 1. init by `yarn create @vitejs/app` 2. 配置路由,vuex,vant 的开发依赖包 ## 安装教程 1. `git clone` 本项目 2. `yarn install` 3. `yarn dev` 成功后可以预览开发环境 ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request