File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,19 @@ The examples are offered that use the following two API styles:
6565 - `@intlify/eslint-plugin-vue-i18n`
6666
6767
68+ ### :cd: Installation
69+
70+ #### npm
71+
72+ ```bash
73+ npm install --save vue-i18n@next
74+ ```
75+
76+ #### yarn
77+ ```bash
78+ yarn add vue-i18n@next
79+ ```
80+
6881#### Committers: 1
6982- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
7083
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Since the library is still unstable **and because we want feedback** on bugs and
2727
2828If you use stable Vue I18n version, see this [repository](https://github.com/kazupon/vue-i18n)
2929
30-
3130## :star: New Features
3231
3332### Composable API
@@ -93,6 +92,20 @@ The examples are offered that use the following two API styles:
9392 - `@intlify/eslint-plugin-vue-i18n`
9493
9594
95+ ## :cd: Installation
96+
97+ ### npm
98+
99+ ```bash
100+ npm install --save vue-i18n@next
101+ ```
102+
103+ ### yarn
104+ ```bash
105+ yarn add vue-i18n@next
106+ ```
107+
108+
96109## :white_check_mark: TODOs
97110<details>
98111
You can’t perform that action at this time.
0 commit comments