* Add yarn command for install Vuex [RU] * yarn for every language * Add yarn command for install Vuex [RU] * yarn for every language * yarn for japanese
@@ -21,6 +21,12 @@ Include `vuex` after Vue and it will install itself automatically:
npm install vuex
```
+### Yarn
+
+``` bash
+yarn add vuex
+```
When used with a module system, you must explicitly install Vuex via `Vue.use()`:
``` js
@@ -21,6 +21,12 @@ Incluez `vuex` après Vue et l'installation sera automatique :
Lorsque vous utilisez un système de modules, vous devez explicitement installer le router via `Vue.use()`:
@@ -21,6 +21,12 @@ Vue のあとで `vuex` を取り込むと自動的に Vuex が導入されま
モジュールシステムで利用される場合、 `Vue.use()` によって Vuex を明示的に導入する必要があります:
@@ -21,6 +21,12 @@
Если вы используете модули, установите Vuex явным образом командой `Vue.use()`:
在一个模块化的打包系统中,您必须显式地通过 `Vue.use()` 来安装 Vuex: