Vue Router

🚦 The official router for Vue 2
Alternatives To Vue Router
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vue Router19,008414 days ago2April 25, 2019107mitJavaScript
🚦 The official router for Vue 2
Learnvue12,190
9 months ago20JavaScript
:octocat:Vue.js 源码解析
Awesome Github Vue11,890
4 months ago29
Vue相关开源项目库汇总
Vue Hackernews 2.010,966
a year ago146mitJavaScript
HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
Vue Analysis7,474
4 months ago67mitJavaScript
:thumbsup: Vue.js 源码分析
Router5,321142 days ago137November 29, 202356mitTypeScript
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
Newbee Mall Vue3 App4,991
6 months ago3gpl-3.0Vue
🔥 🎉Vue3 全家桶 + Vant 搭建大型单页面商城项目,新蜂商城 Vue3.2 版本,技术栈为 Vue3.2 + Vue-Router4.x + Pinia + Vant4.x。
Blog3,329
4 years ago65mitJavaScript
:dog: :clap: :star2: Welcome to star
Awesome Stacks3,190
22 days ago11cc0-1.0JavaScript
A curated list of tech stacks for building different applications & features
Blogs2,667
5 months ago96otherJavaScript
:book: 全网 100w+ 阅读量的进阶前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践……
Alternatives To Vue Router
Select To Compare


Alternative Project Comparisons
Readme

vue-router Build Status npm package bitHound Overall Score Issue Stats

Compatibility Note: vue-router requires Vue.js 0.12.10+ and currently does not support Vue.js 2.0.

Introduction

vue-router is the official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:

  • Nested route/view mapping
  • Modular, component-based router configuration
  • Route params, query, wildcards
  • View transition effects powered by Vue.js' transition system
  • Fine-grained navigation control
  • Links with automatic active CSS classes
  • HTML5 history mode or hash mode, with auto-fallback in IE9
  • Restore scroll position when going back in history mode

Get started with the documentation.

Development Setup

# install deps
npm install

# build dist files
npm run build

# serve example app at localhost:8080
npm run serve-example

# and unit tests at localhost:8081
npm run dev

# lint & run all tests
npm test

# run unit tests only
npm run unit

# run e2e tests only
npm run e2e-local

Questions

For questions and support please use the Gitter chat room or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Changelog

Details changes for each release are documented in the release notes.

Stay In Touch

  • For latest releases and announcements, follow on Twitter: @vuejs

License

MIT

Copyright (c) 2013-2016 Evan You

Popular Vue Projects
Popular Router Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Vue
Vuejs
Router
Transition
Vue Router