ng-cli-electron

6.0.0 • Public • Published

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

Package Sidebar

Install

npm i ng-cli-electron

Weekly Downloads

1

Version

6.0.0

License

MIT

Unpacked Size

42.8 kB

Total Files

52

Last publish

Collaborators

  • dolanmiu