1 Star 0 Fork 2

xhal / utools-plugin-template

forked from island / utools-plugin-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 910 Bytes
一键复制 编辑 原始数据 按行查看 历史
island 提交于 2023-11-13 08:50 . chore: add utools plugin
{
"name": "utools-plugin-template",
"private": true,
"main": "dist-electron/main/index.js",
"version": "0.0.0",
"author": "QC2168",
"description": "Easily create utools plugins",
"scripts": {
"dev": "vite",
"dev:electron": "vite --mode=electron",
"build": "vue-tsc && vite build",
"build:electron": "vue-tsc && vite build --mode=electron && electron-builder",
"preview": "vite preview"
},
"dependencies": {
"@qc2168/vite-plugin-utools": "^1.3.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@vitejs/plugin-vue": "^4.2.3",
"electron": "^27.0.4",
"electron-builder": "^24.6.4",
"typescript": "^5.0.2",
"utools-api-types": "^4.0.0",
"vite": "^4.5.0",
"vite-plugin-electron": "^0.15.4",
"vue-tsc": "^1.8.5"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 9000
}
}
JavaScript
1
https://gitee.com/xhal/utools-plugin-template.git
git@gitee.com:xhal/utools-plugin-template.git
xhal
utools-plugin-template
utools-plugin-template
feat/app

搜索帮助