@shuvi/electron-cli
v0.0.1-beta.54
Published
Enable electron support for shuvi.
Downloads
28
Readme
@shuvi/electron-cli
Enable electron support for shuvi.
How to use
- Install the package.
yarn add -D @shuvi/electron-cli
- Runt the start command.
shuvi-electron start
CLI Options
start
- start the electron in development modeFlags: --host hostname --port port
build
- bundle project in production mode.Env: OUTPUT_PATH path to output path. (optional) PUBLIC_PATH webpack public path. (optional)