项目作者: docksal

项目描述 :
(early alpha)
高级语言: Shell
项目地址: git://github.com/docksal/electron-app-alpha.git
创建时间: 2017-02-03T17:27:04Z
项目社区:https://github.com/docksal/electron-app-alpha

开源协议:MIT License

下载


Docksal UI

These aren’t the droids you’re looking for…

Requirements

Runs on:

  • macOS 10.12+
  • Windows 7+
  • Ubuntu 14.04

Running from sources

Install electron globally

  1. npm install electron -g

Run

  1. electron .

Compiling

Compiling instructions for macOS 10.12+

Compiling native platform version

Install electron-packager globally

  1. npm install electron-packager -g

Run

  1. ./build-app.sh

Compiling win32 version on macOS

1. Install/update XCode to the latest version (takes a while).

2. Install Homebrew

3. Install wine (takes a while)

  1. brew install wine

4. Run

  1. ./build-app.sh win32

Compiling Ubuntu version on macOS

  1. ./build-app.sh linux