vue-pgn
A Vue.js component for browsing chess games in pgn format. Uses chess.js under the hood.
Demo: https://deemaagog.github.io/vue-pgn/
Installation
npm install --save vue-pgn
Import
components: vuepgn { return pgn: '1. g4 e5 2. f4 Qh4' height: 300 ; };</script> <template> <div> <vuepgn v-bind="{pgn,height}"/> </div></template>
Browser