# todolist **Repository Path**: shiori2024/todolist ## Basic Information - **Project Name**: todolist - **Description**: Todolist application based on Vue.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-18 - **Last Updated**: 2024-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # todolist Todolist application based on Vue.js [中文说明](README.md) | [English](README-en.md) ## 项目简介 基于 `Vue.js` 的Todolist应用 ### 说明 本项目有多个分支,分别对应不同的 `Vue` 版本,可以使用以下命令切换分支克隆仓库: ```sh # 命令 git clone -b [branchName] https://github.com/shiori2024/todolist.git # 示例 git clone -b vue2 https://github.com/shiori2024/todolist.git ``` ## 项目运行 ```sh npm run serve ``` ## 其他 Thank U ^^