Installation
Get the Vue Router Cheat Sheet from Vue MasteryDirect Download / CDN
https://unpkg.com/vue-router@4
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.15/dist/vue-router.global.js
.
npm
bash
npm install vue-router@4
npm install vue-router@4
yarn
bash
yarn add vue-router@4
yarn add vue-router@4