Skip to content

Commit

Permalink
📝 docs(vuepress): Add vue cli 3.x plugin installation (#442) by @cris…
Browse files Browse the repository at this point in the history
…tiangiagante
  • Loading branch information
gpgpublickey authored and kazupon committed Oct 20, 2018
1 parent 4505fb5 commit 3a57895
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vuepress/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ Vue.use(VueI18n)

You don't need to do this when using global script tags.

## Vue Cli 3.x

```sh
vue add i18n
```

You need Vue cli 3.x as pre-requisite, you can install it on your shell with the next command:

```sh
npm install @vue/cli -g
```

## Dev Build

You will have to clone directly from GitHub and build `vue-i18n` yourself if you want to use the latest dev build.
Expand Down

0 comments on commit 3a57895

Please sign in to comment.