enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. With the power of modern Chromium, Electron gives you an unopinionated blank slate to build your app. Choose to integrate your favourite libraries and frameworks from the front-end ecosystem, or carve your own path with bespoke HTML code.

  3. Quick Start - Electron

    www.electronjs.org/docs/latest/tutorial/quick-start

    This guide will step you through the process of creating a barebones Hello World app in Electron, similar to electron/electron-quick-start. By the end of this tutorial, your app will open a browser window that displays a web page with information about which Chromium, Node.js, and Electron versions are running.

  4. BrowserWindow - Electron

    www.electronjs.org/docs/latest/api/browser-window

    This method sets the browser window's system-drawn background material, including behind the non-client area. See the Windows documentation for more details. Note: This method is only supported on Windows 11 22H2 and up.

  5. Introduction - Electron

    www.electronjs.org/docs

    Electron is a framework for building desktop applications using JavaScript, HTML, and CSS. By embedding Chromium and Node.js into its binary, Electron allows you to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, and Linux — no native development experience required.

  6. Window Customization - Electron

    www.electronjs.org/docs/latest/tutorial/window-customization

    The BrowserWindow module is the foundation of your Electron application, and it exposes many APIs that can change the look and behavior of your browser windows. In this tutorial, we will be going over the various use-cases for window customization on macOS, Windows, and Linux.

  7. BrowserView - Electron

    www.electronjs.org/docs/latest/api/browser-view

    Note The BrowserView class is deprecated, and replaced by the new WebContentsView class. A BrowserView can be used to embed additional web content into a BrowserWindow. It is like a child window, except that it is positioned relative to its owning window. It is meant to be an alternative to the webview tag.

  8. 快速入门 - Electron

    www.electronjs.org/zh/docs/latest/tutorial/quick-start

    快速入门. 本指南将会通过使用Electron创建一个极简的 Hello World 应用一步步的带你了解,该应用与 electron/electron-quick-start 类似。. 通过这个教程,你的app将会打开一个浏览器窗口,来展示包含当前正在运行的 Chromium, Node.js与 Electronweb等版本信息的web界面.

  9. Building your First App - Electron

    www.electronjs.org/docs/latest/tutorial/tutorial-first-app

    This guide will step you through the process of creating a barebones Hello World app in Electron, similar to electron/electron-quick-start.

  10. Process Model - Electron

    www.electronjs.org/docs/latest/tutorial/process-model

    Electron inherits its multi-process architecture from Chromium, which makes the framework architecturally very similar to a modern web browser. This guide will expand on the concepts applied in the tutorial.

  11. WebView2 and Electron

    www.electronjs.org/blog/webview2

    Electron and WebView2 are fast-moving and constantly evolving projects. We have assembled a brief snapshot of similarities and differences between Electron and WebView2 as they exist today.