# VueJs 待办项目 **Repository Path**: hyo-ja/vue-project-todos ## Basic Information - **Project Name**: VueJs 待办项目 - **Description**: Project includes: Vue project todos - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-09 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # 项目介绍 ## 代办事项 ### 一、初始化项目: ```bash yarn create vue ``` ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/image.png) **输入项目名称:** ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202504081920100.png) **选择要包含的功能:** ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202504081920133.png) **引入 Oxlint 以加快检测:** ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202504081921817.png) ### 二、安装项目依赖: ```bash yarn ``` ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202504081921850.png) ### 三、格式化代码: ```bash yarn format ``` ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202504081921285.png) ### 四、运行脚本: ```bash yarn dev ``` ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202504081922328.png) ### 五、效果演示: #### 效果预览 ![](https://gitee.com/hyo-ja/picture-warehouse/raw/master/images/202505111508597.gif)