chessboardjs-vue

1.0.9 • Public • Published

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 inked the board css
  • third I linked the Chess pisces images

Docs and Examples

License

MIT License

Package Sidebar

Install

npm i chessboardjs-vue

Weekly Downloads

9

Version

1.0.9

License

ISC

Unpacked Size

81.5 kB

Total Files

17

Last publish

Collaborators

  • marwanfouda