Elegular The easiest way to use Angular in Electron.
This sample application demonstrate how to create a desktop application using electron-angular.
For more information, see electron-angular: https://github.com/HalfLegend/electron-angular
Under each folder
npm install
npm install -g typescript
tsc
npm start
There is some compatibility problem with cnpm, please use npm. If you want to use the mirror of Taobao, please set the registry directly.
npm config set registry https://registry.npm.taobao.org
注意:使用cnpm时可能会有兼容问题,请直接使用npm. 如果想用淘宝镜像,请如上设置。