Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsuyukimakoto/chore_electron


https://github.com/tsuyukimakoto/chore_electron

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

# chore_electron

起動

```
$ npx electron ./src
```

パッケージング

```
$ npm install -D electron-packager

$ npx electron-packager src MyApp --platform=darwin --arch=x64 --overwrite

$ npx electron-packager src MyApp --platform=darwin --arch=arm64 --overwrite

$ npx electron-packager src MyApp --platform=darwin --arch=universal --overwrite
```

```
$ npm install -D electron-builder

$ npx electron-builder --dir --mac --universal
```

## typescript

$ yarn create electron-app MyTypescriptApp --template=typescript-webpack