# vue-2.0-simple-routing-example **Repository Path**: freeskyala/vue-2.0-simple-routing-example ## Basic Information - **Project Name**: vue-2.0-simple-routing-example - **Description**: A simple example of routing with Vue 2.0 without using vue-router. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-17 - **Last Updated**: 2022-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 2.0 Simple Routing Example > A simple example of routing with Vue 2.0 without using vue-router. This branch uses the raw HTML5 History API. For an example integrating a 3rd-party routing solution, see the [pagejs branch](https://github.com/chrisvfritz/vue-2.0-simple-routing-example/tree/pagejs). ## 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).