Angular 2 + Electron 开发web和桌面应用

Posted 瑞雪年

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Angular 2 + Electron 开发web和桌面应用相关的知识,希望对你有一定的参考价值。

https://github.com/zhongzf/angular2-electron-quickstart

Web用法:

# Clone this repository
git clone https://github.com/zhongzf/angular2-electron-quickstart.git

cd angular2-electron-quickstart

# Install development dependency
npm install

# Build and start web server and browser
npm run web

  web

 

桌面应用用法:

# Build and start Electron
npm start

  desktop

以上是关于Angular 2 + Electron 开发web和桌面应用的主要内容,如果未能解决你的问题,请参考以下文章