-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Is it possible to implement typescript implementation for VueJs #1794
Comments
I think that's a great idea! The Vue Component is actually very simple - it should be easy to add them. I don't have time to implement this myself, but would welcome a pull request. |
For anyone else interested in contributing here, please note the discussion about directory structure here: #1801 |
Well, this issue has been open for a while. I got good news for this. I have managed to get typescript definitions generated for the vue portion. I'll create a PR in a day or two! I have kept the directory structure the same and currently i am just trying to make a simple demo using the typescript definition. Can't wait to share it! |
Looking forward to that @Ibrahimmushtaq98 ! |
@Ibrahimmushtaq98 Sorry for bothering you, but are there any updates? |
Currently there is JavaScript plugin for the Vue Component (Yay!) Just wondering if there will be the typescript implementations for that as well
Thanks for the hard work on this plugin!
The text was updated successfully, but these errors were encountered: