1 Star 0 Fork 7

公开的/publicElectronapp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 1.05 KB
Copy Edit Raw Blame History
Shaohqfspace authored 2024-01-10 19:16 . 1.10
{
"name": "electron-vue-vite",
"version": "2.0.0",
"main": "dist/electron/main/index.js",
"description": "Really simple Electron + Vue + Vite boilerplate.",
"author": "xxx",
"license": "MIT",
"private": true,
"asar":false,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"electron": "^23.3.13",
"electron-builder": "^23.3.3",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-electron": "^0.9.3",
"vue": "^3.2.37",
"vue-tsc": "^0.40.1"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"element-plus": "^2.2.16",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lowdb": "^5.0.5",
"vue-router": "4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/supbose/public-electronapp.git
git@gitee.com:supbose/public-electronapp.git
supbose
public-electronapp
publicElectronapp
master

Search