https://github.com/nojsja/electronux
Build for Ubuntu20.04 desktop.
https://github.com/nojsja/electronux
electron react ubuntu
Last synced: 21 days ago
JSON representation
Build for Ubuntu20.04 desktop.
- Host: GitHub
- URL: https://github.com/nojsja/electronux
- Owner: nojsja
- License: mit
- Created: 2018-09-24T16:25:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T15:01:12.000Z (about 3 years ago)
- Last Synced: 2023-02-28T23:05:54.447Z (almost 3 years ago)
- Topics: electron, react, ubuntu
- Language: JavaScript
- Homepage:
- Size: 20 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Electronux
--------------
Build for Ubuntu20.04 desktop -- [ startup configure | software installer | system cleaner | check running state ]. Powered by Electron v9, React v16, Node v8, Mobx v4, Webpack v4, shell scripts.
#### Env Prepare (for china developers)
1. change electron mirrors settting
```sh
$: npm config set electron_mirror http://npm.taobao.org/mirrors/electron/
$: npm config set electron_custom_dir "9.3.5"
$: npm install
$: npm install electron@9.3.5 -g
$: npm install cross-env -g
```
#### Commands
* 【npm start】 -- start webpack-dev-server and electron together(only show electron log info).
* 【npm run start-web】 -- start webpack-dev-server.
* 【npm run start-electron】 -- start electron main process(GUI) and load localhost:3000 (http).
* 【npm run start-production】 -- start electron main process(GUI) and load dist resources (local).
* 【npm run start-dll】 -- dll the static library with webpack.
* 【npm run dist】 -- compile and package the frontend resources.
* 【npm run build-before】 -- the pre step before build application.
* 【npm run build-after】 -- the next step after build application.
* 【npm run build】 -- build application using dist resources.
* 【npm run build-all】 -- build application after run `npm run dist`.
#### screenshots
----------------








