]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: sponsors [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 15 Jan 2021 14:34:42 +0000 (15:34 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 15 Jan 2021 14:34:42 +0000 (15:34 +0100)
README.md
docs/.vitepress/components/sponsors.json

index db0ad8a580761181a1460b2cd4e24e979dff6a15..bcb8601995712bb94900a6008ab7eed04aeb2406 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,44 @@
 # 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://circleci.com/gh/vuejs/vue-router-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-router-next)
 
-This is the repository for Vue Router 4 (for Vue 3)
+> This is the repository for Vue Router 4 (for Vue 3)
+
+<h2 align="center">Supporting Vue Router</h2>
+
+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)
+
+<!-- <h3 align="center">Special Sponsors</h3> -->
+<!--special start-->
+
+<h4 align="center">Silver Sponsors</h4>
+
+<p align="center">
+  <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>
+
+  <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>
+</p>
+
+<h4 align="center">Bronze Sponsors</h4>
+
+<p align="center">
+  <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>
+
+  <a href="https://nuxtjs.org" target="_blank" rel="noopener noreferrer">
+    <img src="https://nuxtjs.org/logos/nuxtjs-typo-white.svg" alt="Storyblok" height="32px">
+  </a>
+</p>
+
+---
+
+Get started with the [documentation](https://next.router.vuejs.org).
 
 ## Quickstart
 
index 206e892e18863e0f43be21a83c500d4a4582dcea..d8c79deac2114194ef1efd20acb69e497f93d4a0 100644 (file)
@@ -1,14 +1,14 @@
 {
   "silver": [
     {
-      "href": "https://www.vuemastery.com/",
       "alt": "VueMastery",
+      "href": "https://www.vuemastery.com/",
       "imgSrc": "https://www.vuemastery.com/images/vuemastery.svg"
     },
     {
-      "imgSrc": "https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg",
+      "alt": "Vuetify",
       "href": "https://www.vuetifyjs.com/",
-      "alt": "Vuetify"
+      "imgSrc": "https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg"
     }
   ]
 }