如何使用Angular 2创建桌面应用程序

Nik*_*tel 19 desktop-application typescript angular

是否可以使用Angular 2创建桌面(Windows操作系统)应用程序?

如果是,那么我们如何构建桌面设置?它会支持Windows 7和更早的版本吗?

我注意到,Angular 2适用于跨平台.

Ser*_*ues 16

您可以尝试使用Electron(GitHub):http://electron.atom.io/

这里使用Electron + Angular 2的示例:https://auth0.com/blog/2015/12/15/create-a-desktop-app-with-angular-2-and-electron/

  • Keeweb是一个示例,演示了电子应用程序的外观:https://keeweb.info/它也是开源的,可以在github上找到 (3认同)