HymUiServer/Readme.md

258 B

install libraries:

npm install

compile for all platforms:

npm run compile

compile for linux:

npm run compile-linux

compile for windows:

npm run compile-win

compile for mac:

npm run compile-mac