https://github.com/jmingzi/xprocess
Vue3 flowchart tool without any dependencies
https://github.com/jmingzi/xprocess
flowcharts processor typescript vue3
Last synced: 3 months ago
JSON representation
Vue3 flowchart tool without any dependencies
- Host: GitHub
- URL: https://github.com/jmingzi/xprocess
- Owner: Jmingzi
- License: mit
- Created: 2022-06-29T08:56:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T02:36:28.000Z (about 3 years ago)
- Last Synced: 2025-04-05T09:21:02.805Z (6 months ago)
- Topics: flowcharts, processor, typescript, vue3
- Language: Vue
- Homepage: https://iming.work/xprocess/
- Size: 434 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Idea
:raised_eyebrow: I just want to replace those charging tools that are commonly used at work.
## Tech Stack
:rocket: based on vite-ts template
:kick_scooter: use express for service## Features
the editor core without any dependencies
- share file page
- generate images with watermarker
- auto size for canvas
- UI component
- user profile
- import & export## Architecture diagram

## More
:bike: Image shared by xprocess on the workflow of pnpm + changeset in a monorepo project.

## Dependences
System dependencies instead of editors.
- html-to-image for sharing
- axios for browser request
- leancloud-storage for file upload and save
- urllib for node request(should use axios)