File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos
13
13
## Installation
14
14
If you are working with Vue.js 2+ simple run:
15
15
16
- ` yarn add vue-chartjs `
16
+ ` yarn add vue-chartjs chart.js `
17
17
18
18
If you are using vue 1.x please use the ` legacy ` tag. However the vue 1 version is not maintained anymore.
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos
13
13
## Installation
14
14
If you are working with Vue.js 2+ simple run:
15
15
16
- ` yarn add vue-chartjs `
16
+ ` yarn add vue-chartjs chart.js `
17
17
18
18
If you are using vue 1.x please use the ` legacy ` tag. However the vue 1 version is not maintained anymore.
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ chart.jsの基本ロジックを抽象化していますが、公開されたcha
13
13
## インストール
14
14
Vue.jsの Version2以上を使用している場合は簡単にインストールできます。:
15
15
16
- ` yarn add vue-chartjs `
16
+ ` yarn add vue-chartjs chart.js `
17
17
18
18
Vue.jsの Version 1.xを使用している場合は` legacy ` タグを使用してください。しかし、vueのバージョン1はもうメンテナンスされません。
19
19
@@ -315,4 +315,4 @@ Gulp、BrowserifyまたはWebpackのバージョン1を使用している場合
315
315
Vue.jsとChart.jsは ` peerDependencies ` なので別にインストールする必要があります。ほとんどのプロジェクトでは、Vue.jsはすでにインストールされているでしょう。この方法では、このパッケージと異なるバージョンのVue.jsとChart.jsを持つことができます。
316
316
317
317
### 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 ` はインストールする必要があります。
You can’t perform that action at this time.
0 commit comments