
vue+g6 3.0实现的editor 由于g6-editor不开源 自己撸了一个
The modelFlow component based on Alibaba's G6 offers an innovative solution for creating flowchart editors. While the g6-editor initially seemed like a promising choice, restrictions on its open-source status led to the development of a custom editor. This approach provides flexibility and tailored functionality for users in need of a modeling solution.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.