From ea612bcea07b11e2b8d0d0943f3fa097c09947f9 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 7 Dec 2020 11:16:52 +0100 Subject: [PATCH] chore: prepare for stable --- README.md | 10 +++------- docs/guide/index.md | 4 ++-- docs/installation.md | 4 ++-- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 279a1ea2c..db0ad8a58 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 c2220cce3..6d03c5bc4 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 21d32f1af..3717a4762 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