X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2FREADME.md;fp=client%2FREADME.md;h=25bf68ebbe5b698d0787fe349d424a0aefd13fa9;hp=4a5c464fd27e91609bb263e64fce319a924052b2;hb=68ff39135865a7b68d36b9f0be2633f5296ab091;hpb=5668f4ddc47487f7b7316ac005ba5627285d73ec diff --git a/client/README.md b/client/README.md index 4a5c464f..25bf68eb 100644 --- a/client/README.md +++ b/client/README.md @@ -1,27 +1,33 @@ # 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