<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                [TOC] # 下載加速 用戶目錄下: `C:/Users/ChandlerVer5/.npmrc` ``` home=https://npm.taobao.org registry=https://registry.npm.taobao.org/ disturl=https://npm.taobao.org/mirrors/node ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ ELECTRON_CUSTOM_DIR={{ version }} ``` # 實用庫 ## [electron-localshortcut](https://hub.fastgit.org/parro-it/electron-localshortcut) ## electron-serve https://github.com/sindresorhus/electron-serve 為 eletron 應用中的靜態文件開啟一個服務 ## electron-window-state ## Electron Forge https://www.electronforge.io/?utm_source=default_app ## electron-webpack https://webpack.electron.build/using-static-assets ## electron-devtools-installer https://github.com/MarshallOfSound/electron-devtools-installer ## electron-rebuild Electron 附帶了自己的 Node 運行時,運行`npm install`或`yarn install`時,它可能與在計算機上運行的 Node 的版本相同或不同。 它會根據 Electron 使用的 Node版本(而不是系統上安裝的版本)重建 native node 模塊 `package.json`: ~~~ "scripts": { "postinstall": "electron-rebuild -f -w pouchdb" } ~~~ > 參考:pouchdb 打包出錯! # 更新 ## electron-updater # 請求 ## got https://github.com/sindresorhus/got ## superagent https://github.com/visionmedia/superagent # 數據 ## [electron-settings](https://github.com/nathanbuchar/electron-settings) ## electron-json-storage https://github.com/electron-userland/electron-json-storage ## electron-store https://github.com/sindresorhus/electron-store ## Dexie Dexie.js is a wrapper library for indexedDB - the standard database in the browser.[http://dexie.org](http://dexie.org) ## nedb-promises [nedb-promises](https://github.com/bajankristof/nedb-promises) is a wrapper around NEDB. I suggest using this over Nedb directly. Sooner or later, you’d need to wait for your data to arrive. ## Knex.js # 打包工具 ## 為什么推薦使用?`electron-builder`? [`electron-packager`](https://github.com/electron-userland/electron-packager)?和?[`electron-builder`](https://github.com/electron-userland/electron-builder)?都是用于 electron 應用打包的模塊, 相比較`electron-builder`有更豐富的功能,支持更多的平臺,打包的文件更加輕量,支持非`electron`內置的自動更新(內置的自動更新需上傳到git等支持平臺) > [你不知道的 Electron (二):了解 Electron 打包](https://juejin.im/post/5ba3372be51d450ea1322d49) # 腳手架工具 當然你也可是使用各種腳手架來方便開發和構建: [secure-electron-template](https://github.com/reZach/secure-electron-template/) [electron-react-boilerplate](https://www.electronjs.org/docs/tutorial/boilerplates-and-clis#electron-react-boilerplate)[sindresorhus/electron-boilerplate](https://github.com/sindresorhus/electron-boilerplate) # 搜索需要的模板 https://github.com/H-SoftSoluciones/electron-react.git https://github.com/qutek/react-electron-setup/blob/master/package.json https://github.com/search?o=desc&q=electron+hot+loader&s=updated&type=Repositories [https://juejin.im/post/5da98b906fb9a04e195061ca](https://juejin.im/post/5da98b906fb9a04e195061ca) 模塊打包分析 # 替代品 ## 輕量級的 Electron [Proton Native](https://github.com/kusti8/proton-native) [cztomsik/graffiti](https://github.com/cztomsik/graffiti) [tauri](https://github.com/tauri-apps/tauri) https://github.com/parro-it/libui-node [做了一個輕量級的 Electron,使用的是系統自帶的 webview](https://www.v2ex.com/t/534429) [maierfelix/azula](https://github.com/maierfelix/azula) [sciter – Multiplatform HTML/CSS/JavaScript UI Engine for Desktop and Mobile Application](https://sciter.com/) # vuido https://github.com/mimecorg/vuido # Neutralinojs https://hub.fastgit.org/neutralinojs # nodegui https://github.com/nodegui/nodegui 1. https://react.nodegui.org/ 2. https://vue.nodegui.org/ 3. https://svelte.nodegui.org/ # webview https://hub.fastgit.org/webview/webview Tiny cross-platform webview library for C/C++/Golang. ## 參考 https://hub.fastgit.org/chromelyapps/Chromely > [Svelte NodeGUI 發布了!我們現在可以使用 Qt 和 Svelte 構建原生桌面端應用程序 (juejin.cn)](https://juejin.cn/post/6939428781924810783) # 查詢軟件的替代方案 [Electron替代品和類似軟件 — Altapps.net](https://zh.altapps.net/soft/electron) https://alternativeto.net/software/alfred/?platform=windows https://stackshare.io/desire-course/desirecourse-net [Build lightweight cross-platform desktop apps with JavaScript, HTML, and CSS | Neutralinojs](https://neutralino.js.org/) [microsoft/react-native-macos: A framework for building native macOS apps with React. (github.com)](https://github.com/microsoft/react-native-macos) [Build smaller, faster, and more secure desktop applications with a web frontend | Tauri Apps](https://tauri.app/) # 參考 https://www.electronjs.org/docs https://github.com/sindresorhus/awesome-electron # 文章 [How to run background worker processes in an Electron App](https://medium.com/swlh/how-to-run-background-worker-processes-in-an-electron-app-e0dc310a93cc) [electron-data-persistence](https://www.techiediaries.com/electron-data-persistence/) [a gluten free electron react setup ft live reload](https://medium.com/@shivekkhurana/a-gluten-free-electron-react-setup-ft-live-reload-f6e5bbbd964) [Create Your First React Desktop Application in Electron with CRA](https://jsmanifest.com/create-your-first-react-desktop-application-in-electron-with-hot-reload/)
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看