All Projects β†’ vuejs β†’ Vue Router

vuejs / Vue Router

Licence: mit
🚦 The official router for Vue.js.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to Vue Router

Angular
UI-Router for Angular: State-based routing for Angular (v2+)
Stars: ✭ 287 (-98.46%)
Mutual labels:  router
Crayon
Simple framework agnostic UI router for SPAs
Stars: ✭ 310 (-98.33%)
Mutual labels:  router
Rxrouter
A lightweight, simple, smart and powerful Android routing library.
Stars: ✭ 320 (-98.28%)
Mutual labels:  router
Pjax Api
The second generation PJAX for advanced web frameworks.
Stars: ✭ 291 (-98.44%)
Mutual labels:  router
Eventline
Micro-framework for routing and handling events for bots and applications πŸ€–. IFTTT for developers πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»
Stars: ✭ 305 (-98.36%)
Mutual labels:  router
Esp wifi repeater
A full functional WiFi Repeater (correctly: a WiFi NAT Router)
Stars: ✭ 3,818 (-79.48%)
Mutual labels:  router
Wouter
πŸ₯’ A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS.
Stars: ✭ 3,654 (-80.36%)
Mutual labels:  router
Router Module
Nuxt.js module to use router.js instead of pages/ directory.
Stars: ✭ 322 (-98.27%)
Mutual labels:  router
Routing Controllers
Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.
Stars: ✭ 3,557 (-80.88%)
Mutual labels:  router
Router
Ruby/Rack HTTP router
Stars: ✭ 317 (-98.3%)
Mutual labels:  router
Fluro
Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
Stars: ✭ 3,372 (-81.88%)
Mutual labels:  router
Cortex
Routing system for WordPress
Stars: ✭ 300 (-98.39%)
Mutual labels:  router
Svelte Router
Svelte Router adds routing to your Svelte apps. It's designed for Single Page Applications (SPA). Includes localisation, guards and nested layouts.
Stars: ✭ 310 (-98.33%)
Mutual labels:  router
Abstract State Router
Like ui-router, but without all the Angular. The best way to structure a single-page webapp.
Stars: ✭ 288 (-98.45%)
Mutual labels:  router
React Router Util
Useful components and utilities for working with React Router
Stars: ✭ 320 (-98.28%)
Mutual labels:  router
React Overdrive
Super easy magic-move transitions for React apps
Stars: ✭ 3,001 (-83.87%)
Mutual labels:  router
Affinity
Free 2D symbols for computer network diagrams
Stars: ✭ 294 (-98.42%)
Mutual labels:  router
Lotusoot
η΅ζ΄»ηš„ Swift η»„δ»Άθ§£θ€¦ε’Œι€šδΏ‘ε·₯ε…·
Stars: ✭ 324 (-98.26%)
Mutual labels:  router
Graphpath
Graphpath generates an ASCII network diagram from the route table of a Unix/Linux
Stars: ✭ 321 (-98.27%)
Mutual labels:  router
Freerouting
Advanced PCB autorouter (finally, no Java installation required)
Stars: ✭ 307 (-98.35%)
Mutual labels:  router

vue-router Build Status

This is vue-router 3.0 which works only with Vue 2.0. For the 1.x router see the 1.0 branch.

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:

Platinum Sponsors

Finogeeks

Gold Sponsors

Vuetify VueJobs

Silver Sponsors

VueMastery Bird Eats Bug

Bronze Sponsors

Storyblok NuxtJS


Get started with the documentation, or play with the examples (see how to run them below).

Development Setup

# install deps
npm install

# build dist files
npm run build

# serve examples at localhost:8080
npm run dev

# lint & run all tests
npm test

# serve docs at localhost:8080
npm run docs

Releasing

  • yarn run release
    • Ensure tests are passing yarn run test
    • Build dist files VERSION=<the_version> yarn run build
    • Build changelog yarn run changelog
    • Commit dist files git add dist CHANGELOG.md && git commit -m "[build $VERSION]"
    • Publish a new version `npm version $VERSION --message "[release] $VERSION"
    • Push tags git push origin refs/tags/v$VERSION && git push
    • Publish to npm npm publish

Questions

For questions and support please use the Discord chat server 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 CHANGELOG.md file.

Stay In Touch

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

License

MIT

Copyright (c) 2013-present Evan You

Special Thanks

BrowserStack Logo

Special thanks to BrowserStack for letting the maintainers use their service to debug browser specific issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].