Skip to content

Commit 67ed01b

Browse files
committed
add installation
1 parent 949058c commit 67ed01b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Since the library is still unstable **and because we want feedback** on bugs and
2727

2828
If 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

0 commit comments

Comments
 (0)