aurelia-cli-electron-app icon indicating copy to clipboard operation
aurelia-cli-electron-app copied to clipboard

A basic example of aurelia (cli) running in electron with vscode breakpoint debugging

Results 2 aurelia-cli-electron-app issues
Sort by recently updated
recently updated
newest added

Followed the instructions. Step 2: running. Assert fail: ``` $ au run --watch Starting 'readProjectConfiguration'... Finished 'readProjectConfiguration' Starting 'processMarkup'... Starting 'processCSS'... Starting 'configureEnvironment'... Finished 'configureEnvironment' Starting 'buildTypeScript'... Finished 'processMarkup' Finished...

up-for-grabs
bug

At first: currently i try to learn building electron apps by example. Thank you for your work, it's a great help. The configuration of this project is excellent - debugging...