# Install modules
Install Chart.js (opens new window), vue-chartjs (opens new window) and chartjs-plugin-streaming (opens new window) into our project.
$ npm install chart.js@2 vue-chartjs chartjs-plugin-streaming@1 --save
WARNING
Currently, vue-chartjs only supports Chart.js 2.x and doesn't support 3.x. Therefore, we need to explicitly install Chart.js 2.x and chartjs-plugin-streaming 1.x.