Skip to content

chan-max/yishe-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yishe-electron

An Electron application with Vue and TypeScript

开发调试

浏览器调试

Windows

"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="D:\work"

macOS

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --user-data-dir="/Users/jackie/work"

应用图标生成

npx electron-icon-builder --input=resources/icon.png --output=build

开发环境配置

推荐的IDE设置

项目设置

安装依赖

$ npm install

开发环境运行

$ npm run dev

构建应用

# Windows版本
$ npm run build:win

# macOS版本
$ npm run build:mac

# Linux版本
$ npm run build:linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published