Build performant, native and cross-platform desktop applications with Angular.π
Angular NodeGUI is powered by Angular
Main docs: https://docs.nodegui.org
Article(Russian): Native and cross-platform desktop applications with Angular, NodeGui
- Cross platform. Should work on major Linux flavours, Windows and MacOS.
- π Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
- π Styling with CSS (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).
- β Complete Nodejs api support (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.
- πͺ Native widget event listener support. Supports all events available from Qt / NodeJs.
- πΈ Can be used for Commercial applications.
- π΅οΈββοΈ Good Devtools support.
- π Good documentation and website.
- π§ββοΈ Good documentation for contributors.
- Good support for dark mode (Thanks to QT).
- CMake 3.1 and up
- Make, GCC v7
- NodeJS 12.x and up.
Setting up on macOS, Windows, Linux
npm i
npm start
Use NodeguiRouterModule
instead of RouterModule
for routing. Example
NodeguiRouterModule.forRoot(appRoutes);