From: Eduardo San Martin Morote Date: Tue, 23 Mar 2021 12:54:15 +0000 (+0100) Subject: docs: remove dev build instructions X-Git-Tag: v4.0.6~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b8693b71355d67e5afe6f3176cf7f68f9241370;p=thirdparty%2Fvuejs%2Frouter.git docs: remove dev build instructions --- diff --git a/docs/installation.md b/docs/installation.md index 3717a476..4fda5277 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,7 +6,7 @@ -[Unpkg.com](https://unpkg.com) provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a specific version/tag via URLs like `https://unpkg.com/vue-router@3.0.0/dist/vue-router.js`. +[Unpkg.com](https://unpkg.com) provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a specific version/tag via URLs like `https://unpkg.com/vue-router@4.0.5/dist/vue-router.global.js`. @@ -16,14 +16,8 @@ npm install vue-router@4 ``` -## Dev Build - -You will have to clone directly from GitHub and build `vue-router` yourself if -you want to use the latest dev build. +## yarn ```bash -git clone https://github.com/vuejs/vue-router.git node_modules/vue-router -cd node_modules/vue-router -npm install -npm run build +yarn add vue-router@4 ```