Electron

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(项目)
(项目)
第33行: 第33行:
 
*[[Yeoman]]
 
*[[Yeoman]]
 
*[[Mancy]] - JavaScript REPL.
 
*[[Mancy]] - JavaScript REPL.
*[https://github.com/officert/mongotron Mongotron]
+
*[https://github.com/officert/mongotron Mongotron] - [[MongoDB]]管理工具
 
*[https://github.com/sqlectron/sqlectron-gui Sqlectron]
 
*[https://github.com/sqlectron/sqlectron-gui Sqlectron]
 
*[https://github.com/luin/medis Medis]
 
*[https://github.com/luin/medis Medis]
 
*[https://github.com/mapbox/mapbox-studio-classic Mapbox Studio Classic]
 
*[https://github.com/mapbox/mapbox-studio-classic Mapbox Studio Classic]
 
*[https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL- Google Play Music Desktop Player] - Unofficial Google Play Music app.
 
*[https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL- Google Play Music Desktop Player] - Unofficial Google Play Music app.
 +
*[https://github.com/twolfson/google-music-electron google-music-electron]
 +
*[https://github.com/mafintosh/playback Playback] 视频播放器
 +
*[https://github.com/EragonJ/Kaku Kaku] 音乐播放器
 +
*[https://github.com/Zhangdroid/Gokotta Gokotta] 音乐播放器
 
*[https://keeweb.info/ KeeWeb]
 
*[https://keeweb.info/ KeeWeb]
 +
*[https://github.com/maxogden/screencat ScreenCat] 屏幕分享和远程协作
 +
*[https://github.com/maddox/kart Kart] 游戏仿真
 +
*[ClojureScript Compiler] 图形接口
 +
*[https://github.com/shockone/black-screen Black Screen] - Terminal emulator.
  
 
==图集==
 
==图集==

2016年4月13日 (三) 06:12的版本

Electron framework:一个使用web技术(JavaScript, HTML, CSS),基于 io.jsChromium 开发桌面应用的跨平台框架。

Visual Studio CodeGitHub Atom 编辑器 都基于Electron构建。

目录

指南

安装

下载 Electron.app 包

或者

git clone https://github.com/atom/electron.git
cd electron
./script/bootstrap.py -v
./script/build.py
./script/test.py
生成 Electron.app

或者

sudo npm install electron-prebuilt -g
npm install electron-prebuilt --save-dev

第一个应用

your-app/
├── package.json
├── main.js
└── index.html
/Applications/Electron.app/Contents/MacOS/Electron your-app

项目

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱