Add Electron Desktop Support and Build System Improvements#73
Open
zh3305 wants to merge 2 commits intoverma:masterfrom
Open
Add Electron Desktop Support and Build System Improvements#73zh3305 wants to merge 2 commits intoverma:masterfrom
zh3305 wants to merge 2 commits intoverma:masterfrom
Conversation
- 重新组织 gulp 任务,优化构建结构 - 添加 CSS 和 LESS 编译任务 - 实现错误处理函数,提高构建稳定性 - 更新资源复制和 HTML 处理任务 - 优化测试构建和 LiveReload 功能 - 调整生产构建和发布任务
- 新增主程序入口 main.js - 添加桌面应用构建配置和脚本 - 更新 README 文档,增加桌面应用使用说明 - 下载并集成必要字体和图标 - 修改 index.html 以支持离线字体
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR introduces desktop application support for Plasio using Electron and improves the build system for better development experience.
Changes
Desktop Application Support (feat: desktop)
main.jsas the main entry point for Electron applicationindex.htmlto support offline font loadingBuild System Improvements (build)
Testing
The following has been tested:
Documentation Updates
Build Outputs
Plasio Viewer Setup 0.0.1.exe- Windows installerPlasio Viewer 0.0.1.exe- Portable versionSystem Requirements