1 Star 2 Fork 0

整理/Vue生成桌面应用

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
abner.xiao 提交于 2020-06-05 17:28 +08:00 . 初始化
{
"name": "wedo",
"productName": "WeDo",
"author": "abner",
"version": "1.0.0",
"main": "main.js",
"description": "design automation tools",
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"electronVersion": "1.8.4",
"win": {
"requestedExecutionLevel": "highestAvailable",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
]
},
"appId": "demo",
"artifactName": "demo-${version}-${arch}.${ext}",
"nsis": {
"artifactName": "demo-${version}-${arch}.${ext}"
},
"extraResources": [
{
"from": "./static/xxxx/",
"to": "app-server",
"filter": [
"**/*"
]
}
],
"publish": [
{
"provider": "generic",
"url": "http://xxxxx/download/"
}
]
},
"dependencies": {
"core-js": "^2.4.1",
"electron-packager": "^12.1.0",
"electron-devtools-installer": "^3.0.0",
"electron-updater": "^4.3.1"
},
"devDependencies": {
"electron-debug": "^3.1.0",
"electron-devtools-installer": "^3.0.0",
"electron-updater": "^4.3.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sparetime_all/VueToElectron.git
git@gitee.com:sparetime_all/VueToElectron.git
sparetime_all
VueToElectron
Vue生成桌面应用
master

搜索帮助