All Projects → MeirionHughes → aurelia-cli-electron-app

MeirionHughes / aurelia-cli-electron-app

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

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to aurelia-cli-electron-app

Aurelia Ui Framework
A bespoke UI Framework built on Aurelia for desktop business application
Stars: ✭ 155 (+416.67%)
Mutual labels:  aurelia
Aurelia-Bootstrap-Plugins
Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
Stars: ✭ 45 (+50%)
Mutual labels:  aurelia
aurelia-knockout
Adds support for Knockout binding syntax to make transition from Durandal and Knockout to Aurelia simpler.
Stars: ✭ 22 (-26.67%)
Mutual labels:  aurelia
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (-30%)
Mutual labels:  aurelia
movielist
A demo application built using Aurelia.io to search for and list movies
Stars: ✭ 17 (-43.33%)
Mutual labels:  aurelia
aurelia-webpack-electron
a basic aurelia app running in electron with development debugging and hmr
Stars: ✭ 13 (-56.67%)
Mutual labels:  aurelia
Webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
Stars: ✭ 134 (+346.67%)
Mutual labels:  aurelia
Aurelia-styleguide
Aurelia Style Guide: A starting point for Aurelia development teams to provide consistency through best practices. http://aurelia.io
Stars: ✭ 24 (-20%)
Mutual labels:  aurelia
aurelia-mdc-plugin
MDC (Material Design UI Components) plugin for Aurelia.
Stars: ✭ 13 (-56.67%)
Mutual labels:  aurelia
aurelia-form
Fun with forms! Form utilities to make stuff just a bit (a lot) easier.
Stars: ✭ 34 (+13.33%)
Mutual labels:  aurelia
aurelia-dotnet-template
A starting point for new dotnet projects using the aurelia-framework with typescript and webpack.
Stars: ✭ 13 (-56.67%)
Mutual labels:  aurelia
aurelia-mdl-plugin
Material Design Lite plugin for Aurelia.
Stars: ✭ 19 (-36.67%)
Mutual labels:  aurelia
super-minimal-aurelia
A barebones Aurelia + webpack2 build
Stars: ✭ 19 (-36.67%)
Mutual labels:  aurelia
Aurelia Realworld Example App
Exemplary real world application built with Aurelia
Stars: ✭ 183 (+510%)
Mutual labels:  aurelia
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-40%)
Mutual labels:  aurelia
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+400%)
Mutual labels:  aurelia
aurelia-notify
A notification plugin for Aurelia.
Stars: ✭ 14 (-53.33%)
Mutual labels:  aurelia
aurelia-open-id-connect
An aurelia adapter for the IdentityModel/oidc-client-js
Stars: ✭ 54 (+80%)
Mutual labels:  aurelia
Aurelia-in-Action
Source code listings for Aurelia in Action
Stars: ✭ 19 (-36.67%)
Mutual labels:  aurelia
northwind-demo
Breeze demo with .NET and NodeJS servers and Angular, Aurelia, React, and Vue clients
Stars: ✭ 23 (-23.33%)
Mutual labels:  aurelia

aurelia-cli-electron-app

⚠️ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].