electron-typescript-example icon indicating copy to clipboard operation
electron-typescript-example copied to clipboard

Example how to use TypeORM in Electron Desktop Application using TypeScript.

Results 5 electron-typescript-example issues
Sort by recently updated
recently updated
newest added

Dear dev, I have read this repo, and I found bellow code: https://github.com/typeorm/electron-typescript-example/blob/cb27a927b730fbe6dbe08b744528a64a40bf9b57/src/index.ts#L14-L20 Actually, I want to use the database data like `width` and `height` to init `BrowserWindow`, Cloud I...

Hello guys, TypeORM is no more working with Electron? I clone this link https://github.com/typeorm/electron-typescript-example and run for download dependencias and when I start i got this error: `App threw an...

If I run this, I get: ``` App threw an error during load electron-typescript-example/node_modules/cli-highlight/node_modules/chalk/source/index.js:103 ...styles, ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:74:10) at Object.runInThisContext (vm.js:116:10) at Module._compile (module.js:533:28) at...

Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.1.0. Release notes Sourced from electron's releases. electron v9.1.0 Release Notes for v9.1.0 Features Added support for MessagePort in the main process. #24323 Added support...

dependencies

Hi, I need to know how to build this example into production app like `.exe`? I have run ```bash electron-builder build --win --x64 ``` But throws an error ```bash •...