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

时间:2016-06-10 06:09:05   收藏:0   阅读:1700

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

  技术分享

 

桌面应用用法:

# Build 
npm run build
gulp

# Start Electron
npm start

  技术分享

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!