-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use without babel/webpack? #66
Comments
Mh I guess you can use it over https://unpkg.com/vue-chartjs/dist/vue-chartjs.js If it works, I can also add a minified version 🚐 |
Nahh I can't get that to work. I think its needs a shim or something. |
Ok, will take a look and see if I can change the webpack conf to generate a browser valid build. |
@jlippold Have fun! 🚀 |
Hey @apertureless thanks for this, I assume I just src="https://unpkg.com/[email protected]/dist/vue-chartjs.js" and I'm good? |
Yep, there is also a minified version:
|
sweet 🥇 |
So I'm running vue without compilation, no webpack babel browserify etc.
Is there a way to include this as a plain old
<script src=''>
tag?Thanks!
The text was updated successfully, but these errors were encountered: