un33k / ngx-electronify

Angular CLI builder that runs your application in the desktop using Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngx-electronify

Welcome to ngx-electronify πŸ‘‹

Angular CLI builder that runs your application in the desktop using Electron

The builder runs your Angular application in serve mode and loads it in an Electron window. Notice that the builder currently assumes that you are serving your application on the default port 4200.

🏠 Homepage

Install

ng add ngx-electronify

You can pass the following options:

  • --project: the name of the project on which you want to install it. It is useful in multi-project workspaces such as Nx DevTools.
  • --configuration: the configuration of the workspace. By default it uses the development configuration.

Usage

ng run [project-name]:desktop

Demo

Author

πŸ‘€ Aristeidis Bampakos

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

Angular CLI builder that runs your application in the desktop using Electron

License:MIT License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%