Skip to content

Commit 1f522e7

Browse files
committed
🐛 📝 Update README #112
1 parent 8324f2c commit 1f522e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos
1313
## Installation
1414
If you are working with Vue.js 2+ simple run:
1515

16-
`yarn add vue-chartjs`
16+
`yarn add vue-chartjs chart.js`
1717

1818
If you are using vue 1.x please use the `legacy` tag. However the vue 1 version is not maintained anymore.
1919

docs/de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos
1313
## Installation
1414
If you are working with Vue.js 2+ simple run:
1515

16-
`yarn add vue-chartjs`
16+
`yarn add vue-chartjs chart.js`
1717

1818
If you are using vue 1.x please use the `legacy` tag. However the vue 1 version is not maintained anymore.
1919

docs/ja/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chart.jsの基本ロジックを抽象化していますが、公開されたcha
1313
## インストール
1414
Vue.jsの Version2以上を使用している場合は簡単にインストールできます。:
1515

16-
`yarn add vue-chartjs`
16+
`yarn add vue-chartjs chart.js`
1717

1818
Vue.jsの Version 1.xを使用している場合は`legacy`タグを使用してください。しかし、vueのバージョン1はもうメンテナンスされません。
1919

@@ -315,4 +315,4 @@ Gulp、BrowserifyまたはWebpackのバージョン1を使用している場合
315315
Vue.jsとChart.jsは `peerDependencies` なので別にインストールする必要があります。ほとんどのプロジェクトでは、Vue.jsはすでにインストールされているでしょう。この方法では、このパッケージと異なるバージョンのVue.jsとChart.jsを持つことができます。
316316

317317
### Webpack 2
318-
Webpack 2を使用している場合、 `jsnext:main` または `module``es/index.js` を指定します。 ソースファイルは __トランスパイル__ されます。またmoduleには __バンドル__ されません。このようにすると `tree shaking` が動作します。バンドル版のように、`peerDependencies` で指定された `Vue.js``Chart.js` はインストールする必要があります。
318+
Webpack 2を使用している場合、 `jsnext:main` または `module``es/index.js` を指定します。 ソースファイルは __トランスパイル__ されます。またmoduleには __バンドル__ されません。このようにすると `tree shaking` が動作します。バンドル版のように、`peerDependencies` で指定された `Vue.js``Chart.js` はインストールする必要があります。

0 commit comments

Comments
 (0)