From: Eduardo San Martin Morote Date: Mon, 7 Dec 2020 10:16:52 +0000 (+0100) Subject: chore: prepare for stable X-Git-Tag: v4.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea612bcea07b11e2b8d0d0943f3fa097c09947f9;p=thirdparty%2Fvuejs%2Frouter.git chore: prepare for stable --- diff --git a/README.md b/README.md index 279a1ea2..db0ad8a5 100644 --- 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: `` +- Via CDN: `` - 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 diff --git a/docs/guide/index.md b/docs/guide/index.md index c2220cce..6d03c5bc 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -5,8 +5,8 @@ Creating a Single-page Application with Vue + Vue Router feels natural: with Vue ## HTML ```html - - + +

Hello App!

diff --git a/docs/installation.md b/docs/installation.md index 21d32f1a..3717a476 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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) @@ -13,7 +13,7 @@ ## npm ```bash -npm install vue-router@next +npm install vue-router@4 ``` ## Dev Build