Skip to content

A basic template of electron that uses umijs(contains react & typescript & dva .etc)

Notifications You must be signed in to change notification settings

baojie223/umijs-electron

Repository files navigation

umijs-electron

A basic template of electron that uses umijs(contains react & typescript & dva .etc)

install

  1. Clone this repo:
  git clone https://github.com/baojie223/umijs-electron.git
  1. Install dependencies:
  npm install
  1. Start develop:
  npm run e-dev

then you can start your journey!

pack

  1. build react app
  npm run build
  1. change file-path with 'public' in /build/index.html like:

    from ...\public... to ...\build...

  2. pack electron app:

  npm run e-pack

then you create a electron app!

About

A basic template of electron that uses umijs(contains react & typescript & dva .etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published