# Antflow-Outside **Repository Path**: ldhnet/antflow-outside ## Basic Information - **Project Name**: Antflow-Outside - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-13 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Pinia, vite ## README # 项目简介 NodeJs版本V20.14.0 低于V18.0.0版本 可能无法正常运行,请知悉 前端框架: ``` vue 3.5.13 Vite 5.4.9 Element-plus 2.9.4 Axios 1.7.9 Pinia 3.0.1 js-cookie 3.0.5 dayjs 1.11.13 nprogress 0.2.0 echarts 5.6.0 sass: 1.85.1, vue-cropper: 1.1.1, jsencrypt: 3.3.2, ``` # 项目结构 ``` ├── public ├── src │ ├── assets │ ├── components │ ├── router │ ├── store │ ├── utils │ ├── views │ ├── App.vue │ ├── main.js ├── .gitignore ├── index.html ├── package.json ├── README.md └── vite.config.js ``` # 项目功能 - 模拟第三方系统发起审批流程 # 使用 ``` npm install --registry=https://registry.npmmirror.com npm run dev npm run build ```