Skip to content

Commit

Permalink
add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 7, 2020
1 parent 949058c commit 67ed01b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ The examples are offered that use the following two API styles:
- `@intlify/eslint-plugin-vue-i18n`


### :cd: Installation

#### npm

```bash
npm install --save vue-i18n@next
```

#### yarn
```bash
yarn add vue-i18n@next
```

#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))

Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Since the library is still unstable **and because we want feedback** on bugs and

If you use stable Vue I18n version, see this [repository](https://github.com/kazupon/vue-i18n)


## :star: New Features

### Composable API
Expand Down Expand Up @@ -93,6 +92,20 @@ The examples are offered that use the following two API styles:
- `@intlify/eslint-plugin-vue-i18n`


## :cd: Installation

### npm

```bash
npm install --save vue-i18n@next
```

### yarn
```bash
yarn add vue-i18n@next
```


## :white_check_mark: TODOs
<details>

Expand Down

0 comments on commit 67ed01b

Please sign in to comment.