From 10535095be36785bd27a280735e7b6be4c829495 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sun, 2 Jul 2017 15:45:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20resources=20&=20tutorials?= =?UTF-8?q?=20to=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/README.md b/docs/README.md index 9ad19c2..1235aec 100644 --- a/docs/README.md +++ b/docs/README.md @@ -317,3 +317,13 @@ However Vue.js and Chart.js are `peerDependencies` so you have to install them s ### Webpack 2 If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js` It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way your tree shaking will work. Like in the bundled version, `Vue.js` and `Chart.js` are `peerDependencies` and need to be installed. + +## Resources + +You can find here some Resources like tutorials on how to use `vue-chartjs` + +- [Using vue-chartjs with WordPress](https://medium.com/@apertureless/wordpress-vue-and-chart-js-6b61493e289f) +- [Create stunning Charts with Vue and Chart.js](https://hackernoon.com/creating-stunning-charts-with-vue-js-and-chart-js-28af584adc0a) +- [Let’s Build a Web App with Vue, Chart.js and an API Part I](https://hackernoon.com/lets-build-a-web-app-with-vue-chart-js-and-an-api-544eb81c4b44) +- [Let’s Build a Web App with Vue, Chart.js and an API Part II](https://hackernoon.com/lets-build-a-web-app-with-vue-chart-js-and-an-api-part-ii-39781b1d5acf) +- [Build a realtime chart with VueJS and Pusher](https://blog.pusher.com/build-realtime-chart-with-vuejs-pusher/)