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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章