]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: prepare for stable
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 7 Dec 2020 10:16:52 +0000 (11:16 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 7 Dec 2020 10:16:52 +0000 (11:16 +0100)
README.md
docs/guide/index.md
docs/installation.md

index 279a1ea2c1b214d41e83661d96939558d8a165ca..db0ad8a580761181a1460b2cd4e24e979dff6a15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,18 +1,14 @@
 # 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)
 
-## Status: Release Candidate
-
-- Most RFCs have been merged.
-- All [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x+label%3Arouter) have been implemented.
-- [Documentation](https://next.router.vuejs.org).
+This is the repository for Vue Router 4 (for Vue 3)
 
 ## Quickstart
 
-- Via CDN: `<script src="https://unpkg.com/vue-router@next"></script>`
+- Via CDN: `<script src="https://unpkg.com/vue-router@4"></script>`
 - In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh)
 - Add it to an existing Vue Project:
   ```bash
-  npm install vue-router@next
+  npm install vue-router@4
   ```
 
 ## Changes from Vue Router 3
index c2220cce32d1dae09333a7c4ac266597cfcb4bcf..6d03c5bc493abbac0a3b23f1d971dfe675e53582 100644 (file)
@@ -5,8 +5,8 @@ Creating a Single-page Application with Vue + Vue Router feels natural: with Vue
 ## HTML
 
 ```html
-<script src="https://unpkg.com/vue@next"></script>
-<script src="https://unpkg.com/vue-router@next"></script>
+<script src="https://unpkg.com/vue@4"></script>
+<script src="https://unpkg.com/vue-router@4"></script>
 
 <div id="app">
   <h1>Hello App!</h1>
index 21d32f1afce92c24ca1d2fd89f3f5dd40315ae6b..3717a4762b451aaeb54be4cbbe51e779420eab85 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Direct Download / CDN
 
-[https://unpkg.com/vue-router@next](https://unpkg.com/vue-router@next)
+[https://unpkg.com/vue-router@4](https://unpkg.com/vue-router@4)
 
 <!--email_off-->
 
@@ -13,7 +13,7 @@
 ## npm
 
 ```bash
-npm install vue-router@next
+npm install vue-router@4
 ```
 
 ## Dev Build