Vue G6 Editor

screenshot of Vue G6 Editor
vue

vue+g6 3.0实现的editor 由于g6-editor不开源 自己撸了一个

Overview

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.

Features

  • Based on G6 Version 3.0: Utilizes the latest version of G6 for a robust flowcharting experience.
  • Element UI Integration: Incorporates Element UI to enhance the visual appeal and user experience of the editor.
  • Customizable: Offers flexibility to adapt and modify features according to specific user requirements.
  • Non-Commercial Use: Developed with the intention to provide a solution in environments where commercial licenses are restrictive.
  • User Reference Code: Though the code is not polished, it's available for reference and serves as a starting point for further development.
  • Targeted for Company Needs: Specifically crafted to meet the demands of organizations requiring a flowchart editor for project workflows.
vue
Vue

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
Eslint

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.