Aurelia Cli Electron App Save

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

Project README

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

This example makes usage of electron-builder to build installers, see their amazing documentation for details

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

Open Source Agenda is not affiliated with "Aurelia Cli Electron App" Project. README Source: MeirionHughes/aurelia-cli-electron-app
Stars
30
Open Issues
2
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating