Overview
The bpmn-vue-activiti project is a process designer implemented using Vue3.x, Vite, bpmn-js, element-plus, and tsx. It provides an Activiti flow designer with features such as a new Vue technology stack, full data-driven model components, and complete decoupling of data logic from components.
Features
- Vue Technology Stack: Built on the latest Vue technology stack with tsx for enhanced development.
- Data-Driven Model Components: Components are fully data-driven, ensuring a complete separation of data logic from components.
- I18n Translation Module: Includes Chinese translations for bpmn-related elements for better accessibility.
Installation
To install the bpmn-vue-activiti project, follow these steps:
Clone the repository:
git clone [repository-url]
Install dependencies:
npm install
Start the development server:
npm run dev
Summary
The bpmn-vue-activiti project offers a modern Activiti flow designer implemented using the Vue technology stack. With features like data-driven model components and I18n translation support, it provides a flexible and efficient solution for process designing needs.