You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(takes some time to sync so the latest version might not be available yet)
14
-
15
-
Alternatively you can use
16
-
[npmcdn](https://npmcdn.com/vue-router@next/dist/vue-router.js) which will
17
-
reflect the latest published version to npm. This is the preferred version when
18
-
creating reproductions for bugs.
19
-
3
+
### Direct Download / CDN
20
4
5
+
Unpkg.com provides NPM-based CDN links. The latest release is available at [https://unpkg.com/vue-router@latest/dist/vue-router.js](https://unpkg.com/vue-router@latest/dist/vue-router.js) - you can also specify any other versions/tags available on NPM!
21
6
22
7
### NPM
23
8
24
9
```bash
25
10
npm install vue-router
26
11
```
27
12
28
-
When used in CommonJS, you must explicitly install the router via `Vue.use()`:
13
+
When used with a module system, you must explicitly install the router via `Vue.use()`:
0 commit comments