From 9edffd800a875285d7a85d49f9759f65d3031ca6 Mon Sep 17 00:00:00 2001 From: ahwgs Date: Fri, 17 Sep 2021 09:44:36 +0800 Subject: [PATCH] feat: add electron --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index b30ba83..a158590 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,28 @@ JavaScrip 在变量被创建时分配内存,并在对象不再使用时自动 ## Vue +## Electron + +Electron 是一个可以使用 Web 技术如 JavaScript、HTML 和 CSS 来创建跨平台原生桌面应用的框架。借助 Electron,我们可以使用纯 JavaScript 来调用丰富的原生 APIs。 + +文档 + +- [Electron 官网](https://www.electronjs.org/) +- [Electron 中文教程](https://weishuai.gitbooks.io/electron-/content/) + +推荐文章 + +- [分享这半年的 Electron 应用开发和优化经验](https://juejin.cn/post/6844904029231775758) +- [用 JS 开发跨平台桌面应用,从原理到实践](https://juejin.cn/post/6844903862302670862) +- [Building a desktop application with Electron](https://medium.com/developers-writing/building-a-desktop-application-with-electron-204203eeb658) 需翻墙访问 + +推荐开源项目 + +- [Electron 资源](https://github.com/sindresorhus/awesome-electron) +- [Electron Playground](https://github.com/tal-tech/electron-playground) +- [electron-vue-cloud-music](https://github.com/xiaozhu188/electron-vue-cloud-music) +- [electron-builder](https://github.com/electron-userland/electron-builder) + ## 组件库 组件库顾名思义指的就是将多个公共模块或者可复用的组件提取整合生成的一个仓库