1 Star 0 Fork 33

zychhf/Electron桌面应用快速开发框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
huang_li_shi 提交于 2023-11-23 10:34 . 2023-11-22
{
"name": "vite_electron",
"private": true,
"version": "1.0.0",
"main": "dist-electron/main.js",
"scripts": {
"dev": "chcp 65001 && vite",
"build": "vite build && electron-builder",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.0",
"dayjs": "^1.11.10",
"electron-updater": "^6.1.4",
"globby": "^13.2.2",
"is-type-of": "^2.0.1",
"lodash": "^4.17.21",
"socket.io-client": "^4.7.2",
"store2": "^2.14.2",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@arco-design/web-vue": "^2.52.1",
"@vitejs/plugin-vue": "^4.2.3",
"electron": "^27.0.2",
"electron-builder": "^24.6.4",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"vite": "^4.4.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-electron": "^0.14.1"
},
"build": {
"appId": "com.vite-electron.gofly",
"productName": "EleectronApp",
"copyright": "Copyright © 2023 gofly",
"icon": "build/logo.ico",
"win": {
"target": [
{
"target": "nsis",
"arch": [
"ia32"
]
}
],
"icon": "./public/logo.png",
"artifactName": "${productName}_${version}.${ext}"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"files": [
"dist/**/*",
"dist-electron/**/*"
],
"extraResources": {
"from": "resources/",
"to": "./"
},
"directories": {
"output": "release/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zychhf/vite_electron.git
[email protected]:zychhf/vite_electron.git
zychhf
vite_electron
Electron桌面应用快速开发框架
master

搜索帮助