# 第五章路由组件-后台管理系统 **Repository Path**: chen_dalin/chapter5-manage-system ## Basic Information - **Project Name**: 第五章路由组件-后台管理系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-11 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目信息 ## 项目名称 第五章 路由管理阶段案例--后台管理系统 ## 项目地址 https://gitee.com/chen_dalin/chapter5-manage-system ## 下载项目 git clone https://gitee.com/chen_dalin/chapter5-manage-system.git # 创建项目 ## 创建 yarn create vite chapter5-manage-system --template vue ## 编译运行 cd chapter5-manage-system yarn yarn dev ## 添加路由支持 cd chapter5-manage-system yarn add vue-router@4 --save