Skip to content

Commit

Permalink
Add installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Nov 18, 2017
1 parent a7655f8 commit 95c0cd6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@

[Playground](https://codepan.net/gist/e368155b1a6e034f802001fcb75d72a7)

## Installation

```
<script src="https://unpkg.com/vue-simple-i18n"></script>
```

or

```
npm install vue-simple-i18n
```

then

```
import vI18n from 'vue-simple-i18n'
```

## Usage
HTML:

Expand Down

0 comments on commit 95c0cd6

Please sign in to comment.