aurelia-cli-electron-app
aurelia-cli-electron-app copied to clipboard
A basic example of aurelia (cli) running in electron with vscode breakpoint debugging
aurelia-cli-electron-app
:warning: no longer maintained
requires:
- nodejs 6
-
npm install aurelia-cli -g
install and run:
npm install
au run --watch
vscode:
- add breakpoints (optional)
- press f5 to run
- open terminal, execute:
au watch
(optional)
test:
The unit test requires the app to be built
au build
Once the app is build, you may execute:
au test --watch
test (vscode)
- press Ctrl+Shift+B
- then select a test from the task menu
building a distributable
npm run dist
Webpack
I've started working on getting a similar setup for aurelia and webpack here: https://github.com/MeirionHughes/aurelia-webpack-electron