Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Electron #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions source/_drafts/Electron.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: 使用大前端技术栈构建跨平台的桌面应用
tags:
---

# 为什么要开发桌面应用(Web vs Native)

[维护一个大型开源项目是怎样的体验?](https://www.zhihu.com/question/36292298/answer/102418523)

# 为什么桌面应用要跨平台

#

# Electron

## 如何支持跨平台


## 进程模型

**浏览器的多进程模型**

**Electron 的进程模型**

## 一个简单的 Electron 应用