From 6952feadc5f458756205e6b4b2935d766ed3d80a Mon Sep 17 00:00:00 2001
From: skirtle <65301168+skirtles-code@users.noreply.github.com>
Date: Wed, 4 Sep 2024 05:19:06 +0100
Subject: [PATCH] Prepare perf-releases branch to release a fork
---
.github/funding.yml | 2 +-
README.md | 96 ++----------------------------------
packages/router/.gitignore | 2 -
packages/router/CHANGELOG.md | 2 +
packages/router/README.md | 5 ++
packages/router/package.json | 12 +++--
6 files changed, 20 insertions(+), 99 deletions(-)
create mode 100644 packages/router/README.md
diff --git a/.github/funding.yml b/.github/funding.yml
index 063af581a..168f28a19 100644
--- a/.github/funding.yml
+++ b/.github/funding.yml
@@ -1,2 +1,2 @@
-github: [posva]
+github: [posva, skirtles-code]
open_collective: vuejs
diff --git a/README.md b/README.md
index b47ebb527..4ad629dc8 100644
--- a/README.md
+++ b/README.md
@@ -1,95 +1,9 @@
-# vue-router [![release candidate](https://img.shields.io/npm/v/vue-router.svg)](https://www.npmjs.com/package/vue-router) [![test](https://github.com/vuejs/router/actions/workflows/test.yml/badge.svg)](https://github.com/vuejs/router/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/vuejs/router/graph/badge.svg?token=azNM3FI0d1)](https://codecov.io/gh/vuejs/router)
+# @skirtle/vue-router-perf
-> - This is the repository for Vue Router 4 (for Vue 3)
-> - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).
+This is a fork of [Vue Router](https://github.com/vuejs/router) with improved performance.
-
Supporting Vue Router
+The [`perf-releases`](https://github.com/skirtles-code/vue-router/tree/perf-releases) branch is used to make releases to the npm package `@skirtle/vue-router-perf`.
-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:
+The package `@skirtle/vue-router-perf` is intended to be a drop-in replacement for `vue-router`. It includes performance improvements that aren't yet available in the official package.
-- [Become a Sponsor on GitHub](https://github.com/sponsors/posva)
-- [One-time donation via PayPal](https://paypal.me/posva)
-
-
-
-