Skip to content

Conversation

@HyunmoAhn
Copy link
Owner

@HyunmoAhn HyunmoAhn commented Oct 15, 2018

Done

Project basic setting about Electron app.

When develop project, Transpiling and Hot-Loading is nessesary(to using ES6 and convenience).
This PR set Transpiling using @babel/register and hot-loading using nodemon.

Done list

  • Transpiling using babel to using ES6.
  • Set hot-load using nodemon.

Current setting must use only development environment.
If you want to build and release, Use another way.

## Notice
Because using `electron {somePath}`, not `electron .` in npm script, app name will be "electron".
It doesn't occur in prod environment. Just development enviroment.

ref electron/electron#13552
When change code in development, dev-process will rerun automatically.
@HyunmoAhn HyunmoAhn merged commit b1684b0 into master Oct 15, 2018
@HyunmoAhn HyunmoAhn added the Reference Reference to initialize electron project label Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reference Reference to initialize electron project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants