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
时间: 2024-10-26 08:56:27