Fetch the repository succeeded.
请预先安装好最新版Nodejs
为保证界面样式,请先检查和安装字体(最新的Release发行版中有提供下载)
macOS字体:STHeiti-Medium.ttc
Windows字体:STHeitiSC-Medium.ttf
初始化项目
npm install
开发模式运行
npm run dev
编译打包
npm run build
npm run dist
注意事项:编译前必须修改 /src/main/main.js 中变量
isDevEnv = false
//是否为开发模式
同时,删除编译打包历史目录(2个目录): dist、output
Sign in to post a comment
Repository Comments ( 0 )