/chessboardjs-vue

A fork of the Chessboard.js to work with vue and webpack

Primary LanguageJavaScript

Chessboardjs-Vue

Fork from chessboardjs that makes the module work with Vue and Webpack

Please see chessboardjs.com for documentation and examples.

Installation

    # NPM
    npm install chessboardjs-vue
    

Example Code

    <div id="board1" style="width: 400px"></div>
    //Vue
    import ChessBoard from "chessboardjs-vue";
    
    export default {
        mounted(){
            ChessBoard('board1',"start");
        }
  
}

Please see chessboardjs.com for documentation and examples.

What i did

  • first I exported the constructor function instead of using jquery
  • second I linked the board css
  • third I linked the Chess pisces images

Docs and Examples

License

MIT License