0.0.1-beta.54 • Published 4 years ago

@shuvi/electron-cli v0.0.1-beta.54

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@shuvi/electron-cli

Enable electron support for shuvi.

How to use

  1. Install the package.
    yarn add -D @shuvi/electron-cli
  2. Runt the start command.
     shuvi-electron start

CLI Options

  • start - start the electron in development mode

     Flags:
      --host  hostname
      --port  port
  • build - bundle project in production mode.

     Env:
      OUTPUT_PATH    path to output path. (optional)
      PUBLIC_PATH    webpack public path. (optional)