Skip to content

Files

Latest commit

Dec 22, 2020
42cbd15 · Dec 22, 2020

History

History

file-slice-upload

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 9, 2020
Dec 22, 2020
Dec 2, 2020
Dec 2, 2020

electron-react-template

[ electron9 + react16 + mobx4 + webpack4 + react-router4 + babel7 + eslint + editorconfig ] development template.

build command

# check usage
$: node ./build.js --help
# build web dist resources
$: node ./build.js web-dist
# build for windows
$: node ./build.js build-win
# build for linux
$: node ./build.js build-linux
# build for mac
$: node ./build.js build-mac
# build for all platforms
$: node ./build.js build-all
# clean build directory
$: node ./build.js clean-build