4 Star 7 Fork 2

zvms/zvms-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
transpileDependencies: [
"vuetify"
],
pluginOptions: {
electronBuilder: {
builderOptions: {
"productName": "zvms",
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true
},
"win": {
"icon": "./public/logo_256x256.png",
"target": [{
"target": "nsis",
"arch": ["ia32", "x64"]
}]
}
},
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/zvms/zvms-electron.git
[email protected]:zvms/zvms-electron.git
zvms
zvms-electron
zvms-electron
master

搜索帮助