All Projects → Wscats → Omi Electron

Wscats / Omi Electron

Licence: cc0-1.0
🚀Build cross platform desktop apps with Omi.js and Electron.js 基于Omi.js和Electron.js构建跨平台的桌面应用

Projects that are alternatives of or similar to Omi Electron

Wonders
🌈 Declarative JavaScript framework to build command-line applications.
Stars: ✭ 34 (-69.09%)
Mutual labels:  component, jsx
React Component Echarts
React component echarts. 组件式百度图表。
Stars: ✭ 175 (+59.09%)
Mutual labels:  component, jsx
React 3d Viewer
A 3D model viewer component based on react.js 一个基于react.js的组件化3d模型查看工具
Stars: ✭ 100 (-9.09%)
Mutual labels:  component, jsx
Cascade
A modern library for creating user interfaces.
Stars: ✭ 50 (-54.55%)
Mutual labels:  component, jsx
Autoresponsive React
Auto Responsive Layout Library For React
Stars: ✭ 1,475 (+1240.91%)
Mutual labels:  component
Gu
A web ui library for Go. [DEPRECATED]
Stars: ✭ 102 (-7.27%)
Mutual labels:  component
Reason Reactify
🚀 Transform a mutable tree into a functional React-like API
Stars: ✭ 102 (-7.27%)
Mutual labels:  jsx
Melon
react ui comopents
Stars: ✭ 101 (-8.18%)
Mutual labels:  component
Var Exporter
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).
Stars: ✭ 1,616 (+1369.09%)
Mutual labels:  component
Quist Ui
快应用UI组件库 https://jdsecretfe.github.io/quist-ui/
Stars: ✭ 108 (-1.82%)
Mutual labels:  component
D3 Component
A lightweight component abstraction for D3.js.
Stars: ✭ 105 (-4.55%)
Mutual labels:  component
Vueup
Simple, lightweight and super fast global notification popup for Vue.js
Stars: ✭ 104 (-5.45%)
Mutual labels:  component
React Swipeable Bottom Sheet
A swipeable material's bottom sheet implementation, using react-swipeable-views
Stars: ✭ 106 (-3.64%)
Mutual labels:  component
Polyfill Php55
This component provides functions unavailable in releases prior to PHP 5.5.
Stars: ✭ 105 (-4.55%)
Mutual labels:  component
Polyfill Php56
This component provides functions unavailable in releases prior to PHP 5.6.
Stars: ✭ 1,470 (+1236.36%)
Mutual labels:  component
Htm.py
JSX-like syntax in plain Python
Stars: ✭ 102 (-7.27%)
Mutual labels:  jsx
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+37546.36%)
Mutual labels:  jsx
Angular Gantt
Gantt chart component for AngularJS
Stars: ✭ 1,407 (+1179.09%)
Mutual labels:  component
Webpack Component Loader
📦 A webpack loader to componentify CSS/JS/HTML without framework
Stars: ✭ 105 (-4.55%)
Mutual labels:  component
Jsxui
Primitive elements to build isomorphic user interfaces in React.
Stars: ✭ 105 (-4.55%)
Mutual labels:  jsx

Omi Electron

Build cross platform desktop apps with Omi.js and Electron.js

基于Omi.js和Electron.js构建跨平台的桌面应用

Made with ❤︎ by Eno Yao

NPM version MIT License Linux Build Window Build

To Use

最新版本下载: Win版本 | 源文件版本

最新版本下载: Mac版本 | 源文件版本

The latest stable download: Win Version | Source Code

The latest stable download: Mac Version | Source Code

将下载的压缩文件解压并并安装到系统中,双击应用图标启动应用,点击应用中间的绿色按钮,指定您的Omi项目的开发目录(一般是src文件夹下),切换到你的编辑工具并在您项目的开发目录下创建或者编辑.omi后缀的文件,该文件会自动编译为.js文件

Unzip the downloaded compressed file and install it into the system. Double-click the application icon to start the application, click the green button in the middle of the application, select the development directory of your Omi project (usually under the src folder), switch to your IDE, and create or edit the file with the suffix of .omi under the development directory of your project. The file will be automatically compiled into .js file.

About Electron

Clone and run for a quick way to see Electron in action.

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

Use this app along with the Electron API Demos app for API code examples to help you get started.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

You can learn more about each of these components within the Quick Start Guide.

To Develop

1. The first method:

# Install this module from npm
npm install omie
# Go into the repository
cd node_modules/omie
# Install dependencies
npm install
# Run the app
npm start

2. The second method:

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/Wscats/omi-electron
# Go into the repository
cd omi-electron
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

License

MIT (Public Domain)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].