Skip to content
/ toolBox Public

一款自定义导航桌面应用程序,可快速将前端工程转换成桌面应用(A customizable navigation desktop application that can quickly convert front-end projects into desktop applications.)

License

Notifications You must be signed in to change notification settings

GGMGG/toolBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolBox

一款自定义导航桌面应用程序,可快速将前端工程转换成桌面应用

  • 技术栈:electron,electron-forge,layui
  • 功能点:
    • 导航卡片,可配置web url、本地exe可执行文件、静态文件、liveserve四种类型
    • 导航自定义标签
    • 导航样式自定义,目前只有大小和背景色
    • 主题色切换,背景透明度、图片设置,明亮、暗夜模式切换

功能预览

本地开发

设置国内镜像源(加速)

npm config set registry=https://registry.npmmirror.com
npm config set disturl=https://registry.npmmirror.com/-/binary/node
npm config set electron_mirror=https://registry.npmmirror.com/-/binary/electron/

安装依赖

npm install

启动

npm run start

打包

npm run package
npm run make

初始化electron

npm install --save-dev electron
npm i -g @electron-forge/cli
electron-forge import
控制台中文乱码需要设置script:chcp 65001 &&

安装asar(源代码加密)

npm install -D asar

About

一款自定义导航桌面应用程序,可快速将前端工程转换成桌面应用(A customizable navigation desktop application that can quickly convert front-end projects into desktop applications.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published