文件名称:菜单栏::minus:用电子方式创建菜单栏桌面应用程序的高级方法
文件大小:1.25MB
文件格式:ZIP
更新时间:2024-02-29 17:55:15
TypeScript
:minus: 菜单栏 使用Electron创建菜单栏桌面应用程序的高级方法。 该模块提供样板,用于使用Electron设置菜单栏应用程序。 您所要做的只是将其指向index.html , menubar将处理其余部分。 :check_mark_button: 仅一种依赖性和一种对等依赖性。 :check_mark_button: 适用于macOS,Windows和大多数Linux。 查看。 :check_mark_button: :collision: :collision: macOS Mojave 10.14 Windows 10 Ubuntu 18.04 安装 yarn add menubar 用法 从您自己的新项目开始,运行以下命令: $ yarn add menubar $ touch myApp.js $ touch index.html 用一些HTML和myApp.js填充index.html ,如下所示: const { menubar } = require ( 'menubar' ) ; con
【文件预览】:
menubar-master
----.github()
--------ISSUE_TEMPLATE.md(417B)
----yarn.lock(250KB)
----.eslintrc.js(53B)
----COLLABORATORS.md(778B)
----src()
--------Menubar.ts(8KB)
--------types.ts(3KB)
--------index.ts(536B)
--------util()
--------Menubar.spec.ts(947B)
--------__mocks__()
--------ambient.d.ts(282B)
----examples()
--------yarn.lock(16KB)
--------arrow()
--------icon-animation()
--------hello-world()
--------native-menu()
--------package.json(275B)
----CONTRIBUTING.md(858B)
----.travis.yml(214B)
----tsconfig.json(189B)
----LICENSE(1KB)
----assets()
--------IconTemplate.png(2KB)
--------IconTemplate@2x.png(2KB)
--------screenshot-linux.png(54KB)
--------screenshot-macos-dark.png(390KB)
--------Icon.icns(100KB)
--------screenshot-windows.png(107KB)
----jest.config.js(241B)
----README.md(8KB)
----typedoc.js(289B)
----docs()
--------modules()
--------classes()
--------README.md(8KB)
--------globals.md(261B)
--------interfaces()
----.editorconfig(146B)
----.gitignore(53B)
----WORKING_PLATFORMS.md(2KB)
----.prettierrc.js(64B)
----CHANGELOG.md(7KB)
----.eslintignore(68B)
----package.json(1KB)