Skip to content

Commit da9dbff

Browse files
committed
chore: add sponsors
1 parent f2806d9 commit da9dbff

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

Diff for: README.md

+27-12
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,33 @@
22

33
> This is vue-router 3.0 which works only with Vue 2.0. For the 1.x router see the [1.0 branch](https://github.com/vuejs/vue-router/tree/1.0).
44
5-
### Introduction
6-
7-
`vue-router` is the official router for [Vue.js](http://vuejs.org). It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:
8-
9-
- Nested route/view mapping
10-
- Modular, component-based router configuration
11-
- Route params, query, wildcards
12-
- View transition effects powered by Vue.js' transition system
13-
- Fine-grained navigation control
14-
- Links with automatic active CSS classes
15-
- HTML5 history mode or hash mode, with auto-fallback in IE9
16-
- Customizable Scroll Behavior
5+
<h2 align="center">Supporting Vue Router</h2>
6+
7+
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:
8+
9+
- [Become a Sponsor on GitHub](https://github.com/sponsors/posva)
10+
- [One-time donation via PayPal](https://paypal.me/posva)
11+
12+
<!-- <h3 align="center">Special Sponsors</h3> -->
13+
<!--special start-->
14+
15+
<h4 align="center">Silver Sponsors</h4>
16+
17+
<p align="center">
18+
19+
<a href="https://www.vuemastery.com" target="_blank" rel="noopener noreferrer"><img src="https://www.vuemastery.com/images/vuemastery.svg" height="48px" alt="Vue Mastery"></a>
20+
21+
<a href="https://vuetifyjs.com" target="_blank" rel="noopener noreferrer"><img src="https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg" alt="Vuetify" height="48px"></a>
22+
23+
</p>
24+
25+
<h4 align="center">Bronze Sponsors</h4>
26+
27+
<p align="center">
28+
<a href="https://storyblok.com" target="_blank" rel="noopener noreferrer"><img src="https://a.storyblok.com/f/51376/3856x824/fea44d52a9/colored-full.png" alt="Storyblok height="32px"></a>
29+
</p>
30+
31+
---
1732

1833
Get started with the [documentation](http://router.vuejs.org), or play with the [examples](https://github.com/vuejs/vue-router/tree/dev/examples) (see how to run them below).
1934

0 commit comments

Comments
 (0)