1 Star 0 Fork 0

now/elctronvue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
oneboi 提交于 2024-03-21 17:25 . xx
{
"name": "zytsign",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"main": "electron/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"electron": "nodemon --exec electron . --watch ./ --ext .js,.html,.css,.vue",
"electron:dev": "npm-run-all --parallel dev electron",
"electron:build": "vite build && electron-builder"
},
"dependencies": {
"element-plus": "^2.6.1",
"vue": "^3.3.4"
},
"devDependencies": {
"electron": "^29.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"electron-builder": "^24.13.3",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"vite": "^4.4.5"
},
"build": {
"productName": "zytsign",
"appId": "electron-vue",
"asar": true,
"directories": {
"output": "dist_electron/${version}"
},
"files": [
"dist",
"electron"
],
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"mac": {},
"win": {
"icon": "./electron/logo.ico",
"target": [
{
"target": "nsis",
"arch": [
"ia32"
]
}
]
},
"linux": {}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaooneboi/elctronvue3.git
git@gitee.com:xiaooneboi/elctronvue3.git
xiaooneboi
elctronvue3
elctronvue3
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385