| 1 | # vchess-client |
| 2 | |
| 3 | ## Project setup |
| 4 | Rename and edit src/socket\_url.js.dist into socket\_url.js |
| 5 | ``` |
| 6 | npm install |
| 7 | ``` |
| 8 | |
| 9 | ### Compiles and hot-reloads for development |
| 10 | ``` |
| 11 | npm run serve |
| 12 | ``` |
| 13 | |
| 14 | ### Compiles and minifies for production |
| 15 | ``` |
| 16 | npm run build |
| 17 | ``` |
| 18 | |
| 19 | ### Lints and fixes files |
| 20 | ``` |
| 21 | npm run lint |
| 22 | ``` |
| 23 | |
| 24 | ### Customize configuration |
| 25 | See [Configuration Reference](https://cli.vuejs.org/config/). |
| 26 | |
| 27 | ## Resources |
| 28 | |
| 29 | - Vue.js + Vue router, |
| 30 | - Underscore.js, |
| 31 | - mini.css, |
| 32 | - Google font 'Open Sans' + a few icons, |
| 33 | |
| 34 | Sounds and pieces images where found at various locations. |