# vue2.x-simple-router **Repository Path**: debingfeng/vue2.x-simple-router ## Basic Information - **Project Name**: vue2.x-simple-router - **Description**: 使用popstate的简易路由开发Vue小型项目。这是官方演示demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-28 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 2.x简易路由示例 > 使用Vue 2.X路由而不使用Vue-router的简单示例。这个分支使用原始的HTML5 History API。 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` For a detailed explanation of the build process, read the [docs for vue-loader](http://vuejs.github.io/vue-loader).