Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)
TrulyUI is an Angular Framework specifically designed for desktop applications based on web components. It is built on Angular and maintained by a global community. The goal of TrulyUI is to fill a gap in open-source web technologies for desktop applications.
To install TrulyUI, ensure that you have NodeJS (version 11.2.0 or higher) and Angular CLI (version 10.0.0 or higher) already installed. Then, run the following command in your terminal:
npm install truly-ui
Since NPM does not install peerDependencies, you will need to manually install the dependencies. Additionally, configure the styles of the used font packages by adding the following paths to the styles key in the angular.json file:
<path_to_node_modules>/truly-ui/assets/fonts/font-awesome.min.css
<path_to_node_modules>/truly-ui/assets/fonts/truly-icons.css
Finally, configure the CoreModule in your AppModule.
TrulyUI is an Angular Framework designed specifically for desktop applications based on web components. It aims to fill a gap in open-source web technologies by providing a wide range of features and components. The installation process involves installing the package, manually installing dependencies, and configuring styles and modules. Overall, TrulyUI is a promising framework for developing desktop applications with Angular.