npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

qx-bpmn-activiti

v3.0.0

Published

## 项目简介 基于[Vue3.x](https://v3.vuejs.org/guide/introduction.html) + [Vite](https://vitejs.dev/) +[ bpmn-js](https://bpmn.io/toolkit/bpmn-js/) + [element-plus](https://element-plus.gitee.io/#/zh-CN) + tsx 实现的Activiti流程设计器

Downloads

5

Readme

qx-bpmn-activiti

项目简介

基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器

:smiley:我是一个活生生的例子

:kissing_smiling_eyes: 如果此项目对你有帮助,请记得给我一个小星星:star:

后端activiti7集成,请戳这里

友情链接: 蜜月大佬的vue2版本实现,请戳这里

项目特性

  1. 全新的vue技术栈+tsx
  2. 全数据驱动的模型组件,实现数据逻辑与组件的完全解耦

项目说明

bpmn相关的配置在src/bpmn目录下

  • conifg

    此目录下为bpmn相关节点的属性的数据驱动配置及相关逻辑(即主界面右手边的属性配置界面)

  • I18n

    翻译模块,里面定义了bpmn相关的中文翻译

  • resources

    定义此了activiti的moddle的Json,用于扩展bpmn适配activiti,提供给modeler使用

  • store.ts

    整个上下文的状态管理,里边获取并处理当前活动节点,初始化modeler,刷新节点等相关的主要操作

如果你需要扩展到你的项目中,你只需要在config/modules找到相关节点,并配置定义好你需要扩展的属性及实现相关逻辑即可,可参考现有实现的配置。

组件说明:相关使用到的组件都在src/components目录下

  • bpmn-actions 为主页面下按钮就按钮执行逻辑的组件
  • button-render 用于渲染iconfont按钮的组件
  • dynamic-binder 全数据启动的核心组件,用于对象的模型的组件、数据、取值、设值的解耦,在此项目中用于配置相关节点的属性配置
  • modeler bpmn-modeler
  • panel 流程节点的属性配置面板
  • sublist 基于element-plus ElTable的可编辑表格

项目截图