# router **Repository Path**: xiaohuntui_admin/router ## Basic Information - **Project Name**: router - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: discussion/1219-incorrect-state - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-router-next [![release candidate](https://img.shields.io/npm/v/vue-router/next.svg)](https://www.npmjs.com/package/vue-router/v/next) [![CircleCI](https://badgen.net/circleci/github/vuejs/vue-router-next/master)](https://circleci.com/gh/vuejs/vue-router-next) > This is the repository for Vue Router 4 (for Vue 3)

Supporting Vue Router

Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider: - [Become a Sponsor on GitHub](https://github.com/sponsors/posva) - [One-time donation via PayPal](https://paypal.me/posva)

Platinum Sponsors

Finogeeks

Gold Sponsors

Vuetify VueJobs

Silver Sponsors

VueMastery Bird Eats Bug

Bronze Sponsors

Storyblok NuxtJS

--- Get started with the [documentation](https://next.router.vuejs.org). ## Quickstart - Via CDN: `` - In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh) - Add it to an existing Vue Project: ```bash npm install vue-router@4 ``` ## Changes from Vue Router 3 Please consult the [Migration Guide](https://next.router.vuejs.org/guide/migration/). ## Contributing See [Contributing Guide](https://github.com/vuejs/vue-router-next/blob/master/.github/contributing.md). ## Special Thanks BrowserStack Logo Special thanks to [BrowserStack](https://www.browserstack.com) for letting the maintainers use their service to debug browser specific issues.