From 1f522e7fd2d2b0a01b0313609ff4a94ba4c63791 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Mon, 22 May 2017 22:14:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=93=9D=20Update=20README?= =?UTF-8?q?=20#112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- docs/de/README.md | 2 +- docs/ja/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9dcf202..e82cf5f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos ## Installation If you are working with Vue.js 2+ simple run: -`yarn add vue-chartjs` +`yarn add vue-chartjs chart.js` If you are using vue 1.x please use the `legacy` tag. However the vue 1 version is not maintained anymore. diff --git a/docs/de/README.md b/docs/de/README.md index 5e9655f..8a2ae44 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -13,7 +13,7 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos ## Installation If you are working with Vue.js 2+ simple run: -`yarn add vue-chartjs` +`yarn add vue-chartjs chart.js` If you are using vue 1.x please use the `legacy` tag. However the vue 1 version is not maintained anymore. diff --git a/docs/ja/README.md b/docs/ja/README.md index 60e2f2d..6f83a8a 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -13,7 +13,7 @@ chart.jsの基本ロジックを抽象化していますが、公開されたcha ## インストール Vue.jsの Version2以上を使用している場合は簡単にインストールできます。: -`yarn add vue-chartjs` +`yarn add vue-chartjs chart.js` Vue.jsの Version 1.xを使用している場合は`legacy`タグを使用してください。しかし、vueのバージョン1はもうメンテナンスされません。 @@ -315,4 +315,4 @@ Gulp、BrowserifyまたはWebpackのバージョン1を使用している場合 Vue.jsとChart.jsは `peerDependencies` なので別にインストールする必要があります。ほとんどのプロジェクトでは、Vue.jsはすでにインストールされているでしょう。この方法では、このパッケージと異なるバージョンのVue.jsとChart.jsを持つことができます。 ### Webpack 2 -Webpack 2を使用している場合、 `jsnext:main` または `module` に`es/index.js` を指定します。 ソースファイルは __トランスパイル__ されます。またmoduleには __バンドル__ されません。このようにすると `tree shaking` が動作します。バンドル版のように、`peerDependencies` で指定された `Vue.js` と `Chart.js` はインストールする必要があります。 \ No newline at end of file +Webpack 2を使用している場合、 `jsnext:main` または `module` に`es/index.js` を指定します。 ソースファイルは __トランスパイル__ されます。またmoduleには __バンドル__ されません。このようにすると `tree shaking` が動作します。バンドル版のように、`peerDependencies` で指定された `Vue.js` と `Chart.js` はインストールする必要があります。