当前位置: 首页 > 软件库 > 程序开发 > >

ember-electron

授权协议 View license
开发语言 JavaScript
所属分类 程序开发
软件类型 开源软件
地区 不详
投 递 者 茹展鹏
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Ember-Electron logo showing an electron orbiting a flame

Ember-Electron

An Ember addon to turn Ember apps into cross-platform desktop applications, taking care of development, tests, compilation, and installer creation.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Documentation

View Docs

Support

Ember-Electron is a small open source project. Use GitHub Issues to report bugs and errors within the addon.

If you need help using the addon with your application, may we recommend the excellent Ember community? You can check out the various places to get help here. In particular, the Ember community Discord has a #topic-desktop channel which is a great place to ask questions about ember-electron. If you have questions regarding Electron, their Slack and forum will be helpful as well.

Authors

Ember-Electron builds on prior work done by @brzpegasus (author of ember-cli-nwjs) and @joostdevries (author of ember-cli-remote-inspector). Our gratitude to both of them for their amazing work.

  • 1.安装bower和ember-cli 在cmd下运行以下命令: npm install -g bower npm install -g ember-cli 2.设置npm的镜像 在cmd下运行以下命令: npm config ls 查询镜像信息 npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/

  • DevTools扩展 Electron支持Chrome DevTools扩展程序,该扩展程序可用于扩展devtools的功能,以调试流行的Web框架。 如何加载DevTools扩展 本文档概述了手动加载扩展程序的过程。您也可以尝试使用 electron-devtools-installer这个第三方工具,直接从Chrome WebStore下载扩展程序。 要在Electron中加载扩展程序,您需要

  • 为了使调试更容易,Electron 原生支持 Chrome DevTools 扩展。对于大多数 DevTools 的扩展,我们可以直接下载源码,然后通过 BrowserWindow.addDevToolsExtension 加载它们。Electron 会记住已经加载了哪些扩展,所以不需要每次创建一个新 window 时都调用 BrowserWindow.addDevToolsExtension。

  • 关于 <WebView> <WebView>的 height、width 需要外面包裹一层<div>: handleResize(e) { this.setState({ width: window.innerWidth, height: window.innerHeight }); } componentDidMount() { window.addEventListener(

  • Eagle 是一款圖片收藏及管理工具,可以輕鬆整理各種圖片、螢幕截圖、海报、Sketch、Pinterest等各種圖片,支援 Mac 與 Windows 系統。 身为一名设计师,相信我们都有一件必做的事情:「整理电脑上的素材」。 如日常工作中因为某个项目所收集的图片,或是平时逛设计网站所保存的图,又或者是平常收集的一些源文件,管理起这些素材总是让人头疼。 这几年我也尝试使用过市场上其他几款图片整理

 相关资料
  • Ember检查器是一个浏览器插件,用于调试Ember应用程序。 灰烬检查员包括以下主题 - S.No. 灰烬检查员方式和描述 1 安装Inspector 您可以安装Ember检查器来调试您的应用程序。 2 Object Inspector Ember检查器允许与Ember对象进行交互。 3 The View Tree 视图树提供应用程序的当前状态。 4 检查路由,数据选项卡和库信息 您可以看到检查

  • 英文原文: http://emberjs.com/guides/getting-ember/index/ Ember构建 Ember的发布管理团队针对Ember和Ember Data维护了不同的发布方法。 频道 最新的Ember和Ember Data的 Release,Beta 和 Canary 构建可以在这里找到。每一个频道都提供了一个开发版、最小化版和生产版。更多关于不同频道的信息可以查看博客

  • ember-emojione ember-emojione is your emoji solution for Ember, based on the EmojiOne project. EmojiOne version 2 is used, which is free to use for everyone (CC BY-SA 4.0), you're only required to giv

  • Ember 3D Ember 3D is an Ember addon for using Three.js - an easy to use, lightweight, javascript 3D library. It is designed to: Prescribe a solid file structure to Three.js code using ES6 modules. Ena

  • Ember Table An addon to support large data set and a number of features around table. Ember Table canhandle over 100,000 rows without any rendering or performance issues. Ember Table 3.x supports: Emb

  • vscode-ember This is the VSCode extension to use the Ember Language Server. Features All features currently only work in Ember-CLI apps that use classic structure and are a rough first draft with a lo