From 67ed01ba7b5ac8c018d103312643532a9570db78 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 7 Apr 2020 13:09:46 +0900 Subject: [PATCH] add installation --- CHANGELOG.md | 13 +++++++++++++ README.md | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d9f8fb8..2008bb254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 1936f030e..a32a5c416 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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