2 Star 29 Fork 6

ZQY233/variable-generation-tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
ZQY233 提交于 2022-02-15 14:59 . :memo:撰写文档
module.exports = {
// 开发环境时使用proxy,生产环境即electron打包需要注释掉proxy
// 同时axios使用完全路径
devServer: {
// proxy: {
// "/api": {
// target: "https://fanyi-api.baidu.com/api/trans/vip/translate",
// changeOrigin: true,
// rewrite: path => path.replace(/^\/api/, "")
// }
// }
},
// 配置electron
pluginOptions: {
electronBuilder: {
builderOptions: {
win: {
icon: "src/assets/logo.ico" // 图标
},
nsis: {
oneClick: false, // 是否一键安装
allowElevation: true, // 允许请求提升。 如果为false,则用户必须使用提升的权限重新启动安装程序。
allowToChangeInstallationDirectory: true, // 允许修改安装目录
installerIcon: "src/assets/logo.ico", // 安装图标
uninstallerIcon: "src/assets/logo.ico", // 卸载图标
installerHeaderIcon: "src/assets/logo.ico", // 安装时头部图标
createDesktopShortcut: true, // 创建桌面图标
createStartMenuShortcut: true, // 创建开始菜单图标
shortcutName: "variable-generation" // 图标名称
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zqylzcwcxy/variable-generation-tool.git
git@gitee.com:zqylzcwcxy/variable-generation-tool.git
zqylzcwcxy
variable-generation-tool
variable-generation-tool
master

搜索帮助