Merge branch 'master' of https://git.42d.io/Yurii/HymUiServer
This commit is contained in:
commit
4dc3b720c0
1 changed files with 25 additions and 0 deletions
25
Readme.md
Normal file
25
Readme.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
install libraries:
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
compile for all platforms:
|
||||||
|
```bash
|
||||||
|
npm run compile
|
||||||
|
```
|
||||||
|
|
||||||
|
compile for linux:
|
||||||
|
```bash
|
||||||
|
npm run compile-linux
|
||||||
|
```
|
||||||
|
|
||||||
|
compile for windows:
|
||||||
|
```bash
|
||||||
|
npm run compile-win
|
||||||
|
```
|
||||||
|
|
||||||
|
compile for mac:
|
||||||
|
```bash
|
||||||
|
npm run compile-mac
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue