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
[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/vuex@2.0.0`.
8
8
@@ -16,7 +16,7 @@ Include `vuex` after Vue and it will install itself automatically:
16
16
### NPM
17
17
18
18
```bash
19
-
npm install vuex@next
19
+
npm install vuex
20
20
```
21
21
22
22
When used with a module system, you must explicitly install the router via `Vue.use()`:
0 commit comments