# vue-router-demo **Repository Path**: alomy/vue-router-demo ## Basic Information - **Project Name**: vue-router-demo - **Description**: vue2 生态篇 vue-router 练习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-15 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2 ## README # vue-router-demo ## 介绍 极客时间的 Vue开发实战(生态篇)vue-router  练习 ## 启动 - 安装依赖 ``` npm install ``` - 启动运行 ``` npm run serve ```