An open API service indexing awesome lists of open source software.

https://github.com/meirionhughes/aurelia-webpack-electron

a basic aurelia app running in electron with development debugging and hmr
https://github.com/meirionhughes/aurelia-webpack-electron

aurelia debugging hot-module-replacement sass typescript vscode webpack

Last synced: 3 months ago
JSON representation

a basic aurelia app running in electron with development debugging and hmr

Awesome Lists containing this project

README

          

# aurelia webpack electron
⚠️ no longer maintained

development (hot module reload)

```
npm run develop
```

debugging (vscode):
```
npm run debug
```
then press f5. once you are done you'll need to terminate the webpack-watch using `ctrl+C` in the terminal

# example

![example_aurelia_electron](https://cloud.githubusercontent.com/assets/3584509/24902766/26d676d2-1ea3-11e7-920d-32b9c02f0623.gif)