Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Router | 19,008 | 4 | 14 days ago | 2 | April 25, 2019 | 107 | mit | JavaScript | ||
🚦 The official router for Vue 2 | ||||||||||
Learnvue | 12,190 | 9 months ago | 20 | JavaScript | ||||||
:octocat:Vue.js 源码解析 | ||||||||||
Awesome Github Vue | 11,890 | 4 months ago | 29 | |||||||
Vue相关开源项目库汇总 | ||||||||||
Vue Hackernews 2.0 | 10,966 | a year ago | 146 | mit | JavaScript | |||||
HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering | ||||||||||
Vue Analysis | 7,474 | 4 months ago | 67 | mit | JavaScript | |||||
:thumbsup: Vue.js 源码分析 | ||||||||||
Router | 5,321 | 14 | 2 days ago | 137 | November 29, 2023 | 56 | mit | TypeScript | ||
🤖 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 App | 4,991 | 6 months ago | 3 | gpl-3.0 | Vue | |||||
🔥 🎉Vue3 全家桶 + Vant 搭建大型单页面商城项目,新蜂商城 Vue3.2 版本,技术栈为 Vue3.2 + Vue-Router4.x + Pinia + Vant4.x。 | ||||||||||
Blog | 3,329 | 4 years ago | 65 | mit | JavaScript | |||||
:dog: :clap: :star2: Welcome to star | ||||||||||
Awesome Stacks | 3,190 | 22 days ago | 11 | cc0-1.0 | JavaScript | |||||
A curated list of tech stacks for building different applications & features | ||||||||||
Blogs | 2,667 | 5 months ago | 96 | other | JavaScript | |||||
:book: 全网 100w+ 阅读量的进阶前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践…… |
Compatibility Note: vue-router
requires Vue.js 0.12.10+ and currently does not support Vue.js 2.0.
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:
Get started with the documentation.
# 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
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.
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Please make sure to read the Contributing Guide before making a pull request.
Details changes for each release are documented in the release notes.
Copyright (c) 2013-2016 Evan You