代码拉取完成,页面将自动刷新
const { defineConfig } = require('@vue/cli-service')
const builderOptions = {
productName: "CubeRPA", // 项目名 这也是生成的exe文件的前缀名
appId: "info.1data.www", // 包名
copyright: "版权所有 (C) 壹沓科技(上海)有限公司", // 版权 信息
publish: [
{
provider: "generic", // 服务器提供商 也可以是GitHub等等
url: "http://127.0.0.1:3000", // 服务器地址
},
],
extraMetadata: {
name: "CubePlatform/StudioApp",
version: "7.0.0",
},
directories: {
// 输出文件夹
output: "dist/CubeRPA",
},
win: {
// 图标路径 windows系统中icon需要256*256的ico格式图片,更换应用图标亦在此处
icon: "public/icons/favicon.ico",
target: [
{
target: "dir",
arch: ["x64"],
},
],
},
electronDownload: {
mirror: "https://npmmirror.com/mirrors/electron/"
},
};
module.exports = defineConfig({
transpileDependencies: true,
pages:{
index: {
entry: "src/main.js",
template: "public/index.html",
filename:'index.html',
},
},
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
mainProcessWatch: ["./main/"],
mainProcessFile: "./main/index.js",
builderOptions,
},
},
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。