Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 422 Bytes

changelog.md

File metadata and controls

11 lines (7 loc) · 422 Bytes
  • added react

    • added react files from CRA
    • added hot reloading
  • migrated typescript

    • fixed @types/node versionm to ^12 to fix type warnings Ref. issue
    • skip type checking in renderer index.ts as a demo page with vue is added without types.
  • cloned from electron-webpack-quick-start