-
Notifications
You must be signed in to change notification settings - Fork 410
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 import chessboard.js in Vue App #226
Comments
Nevermind, this doesn't seem to be working. I just chose to use it via a CDN in the |
leo848: Can you show me the way to use it via CDN? Thank a lot |
I now switched to chessground, an alternative that works much better imo (better API, a lot more useful functionality, is responsive on mobile while #74 etc. have not been resolved for a decade (!), and much more). You can use chessground via npm or another package manager, it is very easy in combination with Vue. If you still want to use chessboard.js for whatever reason, you can look here and copy the snippets from "Content Delivery Network" into your |
See also #157 It's a shame - I was drawn to this library because it is really well documented, but not being able to import is a hard blocker. I will try one of the chessground wrappers instead. |
Hi
I'm a beginner in Software Development
I have used chessboard.js in plain vanilla js but I'm not able to implement it in Vue.js can you help me out in integrating it
even I tried npm install it but it was not working fine when I tried to resolve this issue I found it is not exported so we are not able to import it
can we get an update of npm or release any doc which helps to integrate chessboard.js in Vue
The text was updated successfully, but these errors were encountered: