{"id":18974299,"url":"https://github.com/alexandrebonaventure/vue-flowchart","last_synced_at":"2025-06-14T15:03:15.705Z","repository":{"id":57395977,"uuid":"79609345","full_name":"AlexandreBonaventure/vue-flowchart","owner":"AlexandreBonaventure","description":"Port of React Diagrams (https://github.com/projectstorm/react-diagrams)","archived":false,"fork":false,"pushed_at":"2017-06-22T14:00:21.000Z","size":430,"stargazers_count":36,"open_issues_count":4,"forks_count":7,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-10T07:49:28.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexandreBonaventure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-20T23:27:18.000Z","updated_at":"2022-11-27T10:01:17.000Z","dependencies_parsed_at":"2022-09-09T16:00:52.342Z","dependency_job_id":null,"html_url":"https://github.com/AlexandreBonaventure/vue-flowchart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexandreBonaventure/vue-flowchart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreBonaventure%2Fvue-flowchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreBonaventure%2Fvue-flowchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreBonaventure%2Fvue-flowchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreBonaventure%2Fvue-flowchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexandreBonaventure","download_url":"https://codeload.github.com/AlexandreBonaventure/vue-flowchart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreBonaventure%2Fvue-flowchart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259835338,"owners_count":22918972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:14:36.645Z","updated_at":"2025-06-14T15:03:15.685Z","avatar_url":"https://github.com/AlexandreBonaventure.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-flowchart\nThis lib is under heavy development. It is not production-ready and API could change dramatically. Feel free to use it anyway.\n# Usage\nSoon\n\n### Graph Data\n```\n{\n  links:[\n    {\n      id :String,\n      source :String, // a node ID\n      sourcePort :String,\n      target: node3,\n      targetPort: 'in'\n    },\n    ...\n  ],\n  nodes: [\n    {\n      id :String,\n      type: :String, // default: 'default'\n      data: {\n        name: \"Caption\",\n        outVariables: ['out']\n      },\n      x :Number, // in px\n      y :Number, // in px\n    },\n  ],\n}\n```\n\n# Example\n\n\n# TO-DO\n\n\n# Contributions\nare welcome :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrebonaventure%2Fvue-flowchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandrebonaventure%2Fvue-flowchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrebonaventure%2Fvue-flowchart/lists"}