# vue-3.0-simple-routing-example **Repository Path**: wangjinwen/vue-3.0-simple-routing-example ## Basic Information - **Project Name**: vue-3.0-simple-routing-example - **Description**: A simple example of routing with Vue 3.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**: 2021-09-19 - **Last Updated**: 2022-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3.0 Simple Routing Example > A simple example of routing with Vue 3.0 without using [vue-router](https://router.vuejs.org/). This branch uses the raw HTML5 History API. ## Build Setup ``` bash # install dependencies yarn install # serve with hot reload yarn dev # build for production with minification yarn build ``` For a detailed explanation of the build process, read the [docs for vue-loader](https://vue-loader.vuejs.org/).