https://github.com/dreamdevil00/ng4-electron-demo
A simple demo shows how to develop desktop app using @angular/cli and electron
https://github.com/dreamdevil00/ng4-electron-demo
angular demo electron select-multiple
Last synced: about 2 months ago
JSON representation
A simple demo shows how to develop desktop app using @angular/cli and electron
- Host: GitHub
- URL: https://github.com/dreamdevil00/ng4-electron-demo
- Owner: dreamdevil00
- Created: 2017-09-20T10:44:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T00:25:04.000Z (over 7 years ago)
- Last Synced: 2025-02-01T19:23:38.335Z (4 months ago)
- Topics: angular, demo, electron, select-multiple
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description 描述
This is a simple demo demonstrating how to integrate angular with electron using @angular/cli,
by demonstrating how to select a folder and show it's absolute path.这是一个很简单的例子(选择文件夹 并在 console 中显示 文件夹的绝对路径),
演示 在 @angular/cli 中 如何将 angular 和 electron 集成 进行桌面应用开发。# How to use 如何使用
```
npm install -g electron @angular/cli
``````
cd webapp
npm install
```
and then 然后```
electron main.js```
# Blog
http://www.jianshu.com/p/df9cab7a2bbc