An open API service indexing awesome lists of open source software.

https://github.com/dongri/play-macos

play on macos
https://github.com/dongri/play-macos

electron macos

Last synced: about 2 months ago
JSON representation

play on macos

Awesome Lists containing this project

README

        

# Play
https://github.com/dongri/play

# Development
```
$ npm install -g electron
$ electron -v
v1.7.9

$ git clone [email protected]:dongri/play.git
$ cd play/electron
$ vim index.html
src="http://localhost:5000/macos"

$ electron .
```

# Create app file
```
$ npm install -g electron-packager
$ ./package.sh
```

# Create DMG
```
$ npm install -g electron-builder
$ electron-builder build
$ ll docs
-rw-r--r--@ 1 dongri staff 44M Oct 31 15:37 Play-0.0.1.dmg
drwxr-xr-x 3 dongri staff 102B Oct 31 15:36 mac
```