]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove dev build instructions
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 12:54:15 +0000 (13:54 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 12:54:15 +0000 (13:54 +0100)
docs/installation.md

index 3717a4762b451aaeb54be4cbbe51e779420eab85..4fda52776fc951ece2ee69de289b8cf413dfa4ab 100644 (file)
@@ -6,7 +6,7 @@
 
 <!--email_off-->
 
-[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`.
 
 <!--/email_off-->
 
 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
 ```