6.0.0 • Published 6 years ago

ng-cli-electron v6.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

Build Status Dependency Status Known Vulnerabilities

ng-cli-electron

Build an electron project scaffolded in @angular/cli

This is an extention/plugin which allows @angular/cli users to create electron apps. It was made to address this:

#4227

Install

$ npm install ng-cli-electron electron awesome-typescript-loader --save

Usage

The commands are similar to @angular/cli's own ones.

Build

Add the following in your scripts section inside package.json:

"build-electron": "nge build"

If you only want to build the main part of Electron:

"build-electron-main": "nge build --main"

Using @angular/cli build flags

You can use a subset of the build flags here

More specifically:

  • aot
  • app
  • deploy-url
  • environment
  • extract-css
  • force
  • i18n-file
  • i18n-format
  • locale
  • missing-translation
  • output-hashing
  • progress
  • sourcemap
  • target
  • vendor-chunk
  • common-chunk
  • verbose

Serve

Add the following in your scripts section inside package.json:

"serve-electron": "nge serve"

Help

nge --help

Made with 💖 by Dolan

6.0.0

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago