We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@next
1 parent d150714 commit 999549bCopy full SHA for 999549b
docs/guide/prologue/installation.md
@@ -8,10 +8,10 @@ NPM or Yarn are the recommended methods of installing Vuex ORM.
8
9
``` sh
10
# Install using NPM.
11
-npm install @vuex-orm/core --save
+npm install @vuex-orm/core@next --save
12
13
# Install using Yarn.
14
-yarn add @vuex-orm/core
+yarn add @vuex-orm/core@next
15
```
16
17
For non-Typescript users, the following Babel plugins should be installed and configured:
0 commit comments