compile时报错请移步:http://note.youdao.com/noteshare?id=14dfb5cabe8e8481ee862d450ac95bd9
electron-webpack 练手项目
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir