X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2FREADME.md;h=1aa3c003089a95ff09a73f81c9bc097ef291fb58;hb=9f88188c42120d985c6c280d2712a3b7f6f7c86c;hp=e74d295e9f5ce2c24904ad988aae0437477b96aa;hpb=50f1f7c38bae6100b15db1fdb263a1fb97b9266c;p=vchess.git diff --git a/client/README.md b/client/README.md index e74d295e..1aa3c003 100644 --- a/client/README.md +++ b/client/README.md @@ -1,33 +1,40 @@ # vchess-client ## Project setup -Rename and edit src/parameters.js.dist into parameters.js + +Rename and edit src/parameters.js.dist into parameters.js. Then: ``` +./download_objects.sh npm install ``` ### Compiles and hot-reloads for development + ``` npm run serve ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` ### Customize configuration + See [Configuration Reference](https://cli.vuejs.org/config/). ## Resources - - Vue.js + Vue router, - - mini.css, - - Google font 'Open Sans' +- Vue.js + Vue router, +- Webpack, +- mini.css Sounds and pieces images where found at various locations. +Fonts were found on Google Fonts.