https://github.com/uinika/octopus
An interesting desktop application by electron.
https://github.com/uinika/octopus
admin-lte backbone electron express gulp requirejs
Last synced: about 2 months ago
JSON representation
An interesting desktop application by electron.
- Host: GitHub
- URL: https://github.com/uinika/octopus
- Owner: uinika
- Created: 2016-11-09T15:33:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T04:18:19.000Z (almost 6 years ago)
- Last Synced: 2025-10-11T22:08:07.549Z (8 months ago)
- Topics: admin-lte, backbone, electron, express, gulp, requirejs
- Language: JavaScript
- Homepage: https://github.com/uinika/octopus
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octopus

- asar 2.0.1 ,
- express 4.17.1,
- electron 5.0.5 ,
- electron-builder 20.44.4
## Directory description
- `resource/app` 目录:放置等待打包的前端代码,打包后以`file:///`协议运行。
- `resource/web-app` 目录:放置等待打包的前端代码,打包后以`http://`协议运行。
- `dist` 目录:输出 Electron 打包后的可执行文件。
## An interesting desktop application by electron
安装npm依赖包。
```bash
npm install
```
开发模式下运行程序。
```bash
npm start
```
打包至`dist`目录。
```bash
npm run pack
```
发布为可执行程序。
```bash
npm run dist
```