irustm / angular-nodegui

Build performant, native and cross-platform desktop applications with Angular
MIT License
117 stars 7 forks source link

AngularNodeGUI

npm version

Build performant, native and cross-platform desktop applications with Angular.šŸš€

Angular NodeGUI is powered by Angular šŸ…°ļø and Qt5 šŸ’š which makes it CPU and memory efficient as compared to other chromium based solutions like electron. Angular NodeGUI is essentially a Angular renderer for NodeGUI.

Docs

Main docs: https://docs.nodegui.org

Article(Russian): Native and cross-platform desktop applications with Angular, NodeGui

Nodegui Features

Getting started

Requirements

Setting up on macOS, Windows, Linux

Getting started

Easy start

npm i
npm start

Demo

Start app

Link

Router

Use NodeguiRouterModule instead of RouterModule for routing. Example

NodeguiRouterModule.forRoot(appRoutes);

Widget

Link

Mac

Windows