A Vue.js project
Key components:
- Vue.js (https://vuejs.org/)
- Vue-cli (https://github.com/vuejs/vue-cli)
- Vue-router (https://github.com/vuejs/vue-router)
- Vuex 2.0 (https://github.com/vuejs/vuex)
Axios (https://github.com/mzabriskie/axios)REMOVEDDeck of Cards API (https://deckofcardsapi.com/)REMOVED- Poker Hand Analyzer (http://www.codeproject.com/Articles/569271/A-Poker-hand-analyzer-in-JavaScript-using-bit-math)
TODO:
Variable bet sizesADDEDFisher-Yates Shuffle AlgorithmADDED- Session stats
- Custom decks
- UI improvements
Live demo:
http://car-park-attendant-semiconductor-67625.netlify.com/
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.