Missing dot in NPM dependencies

Either this is a typo or another type of error, the package doesn't work with "chartjs" dependency, it needs "chart.js".
This commit is contained in:
Олег
2018-01-30 16:02:39 +02:00
committed by GitHub
parent 3907c5a378
commit ee5be86e5b

View File

@@ -35,7 +35,7 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue
Yarn install: `yarn add vue-chartjs chart.js`
Npm install: `npm install vue-chartjs chartjs --save`
Npm install: `npm install vue-chartjs chart.js --save`
Or if you want to use it directly in the browser add