Commit | Line | Data |
---|---|---|
625022fd BA |
1 | # vchess-client |
2 | ||
3 | ## Project setup | |
68ff3913 BA |
4 | |
5 | Rename and edit src/parameters.js.dist into parameters.js. Then: | |
625022fd | 6 | ``` |
68ff3913 | 7 | ./download_objects.sh |
625022fd BA |
8 | npm install |
9 | ``` | |
10 | ||
11 | ### Compiles and hot-reloads for development | |
68ff3913 | 12 | |
625022fd BA |
13 | ``` |
14 | npm run serve | |
15 | ``` | |
16 | ||
17 | ### Compiles and minifies for production | |
68ff3913 | 18 | |
625022fd BA |
19 | ``` |
20 | npm run build | |
21 | ``` | |
22 | ||
23 | ### Lints and fixes files | |
68ff3913 | 24 | |
625022fd BA |
25 | ``` |
26 | npm run lint | |
27 | ``` | |
28 | ||
29 | ### Customize configuration | |
68ff3913 | 30 | |
625022fd BA |
31 | See [Configuration Reference](https://cli.vuejs.org/config/). |
32 | ||
33 | ## Resources | |
34 | ||
d54f6261 BA |
35 | - Vue.js + Vue router, |
36 | - Webpack, | |
37 | - mini.css | |
625022fd BA |
38 | |
39 | Sounds and pieces images where found at various locations. | |
d54f6261 | 40 | Fonts were found on Google Fonts. |