Ai
8 Star 126 Fork 47

趣嗅源码/easy-process

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
高阳 提交于 2025-09-09 15:54 +08:00 . - docs: 更新文档
{
"name": "qx-easy-process",
"private": false,
"version": "3.0.10",
"type": "module",
"description": "easy-process流程设计器,基于vue3 + vite4实现,具备低代码、快速应用及扩展的特点。【工作流】【流程引擎】",
"keywords": [
"process",
"process designer",
"qx-easy-process",
"流程引擎",
"流程设计器",
"工作流"
],
"main": "dist/easy-process.umd.js",
"module": "dist/easy-process.es.js",
"files": [
"dist"
],
"license": "MIT",
"author": {
"name": "GaoYang",
"email": "331607151@qq.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"fast-glob": "^3.3.3",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vue-router": "4.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"sass": "1.56.1",
"unplugin-auto-import": "0.11.4",
"vite": "^4.3.9",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "0.4.0",
"rollup-plugin-copy": "^3.5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/quxiu-code/easy-process.git
git@gitee.com:quxiu-code/easy-process.git
quxiu-code
easy-process
easy-process
master

搜索帮助