-
Notifications
You must be signed in to change notification settings - Fork 91
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
Working with Vue.js #85
Comments
I am having the same problem in a React project. |
I guess there is a need for a wrapper...could any of you make a pull request? |
I assume there is no wrapper / solution yet? I'd like to use it in a Vue project as well. |
I will do this in next couple of days |
Fantastic! Unfortunately my JS skills aren't good enought to help or do this alone, but I will gladly promote defiant.js in my network once I can use it. |
Cool...will get back to you regarding this. Meanwhile, i am releasing a new library that might be intressting; jupyter.js |
Any progress on this issue? |
Should this be able to work with Vue.js?
I ran
npm install defiant.js
and the library appears under "dependencies" in package.json.I've tried the following approaches:
Import
import defiant from 'defiant.js'
results in "This dependency was not found." I thought "defiant" may be incorrect, but it doesn't seem to matter — the issue appears to be with 'defiant.js'.Plugin
I've also tried using it as a plugin in
webpack.dev.conf.js
and the result is "'Defiant' is not defined".I've seen the issues about getting this library working in npm. Is this related?
The text was updated successfully, but these errors were encountered: