{"id":13640705,"url":"https://github.com/bpmn-io/vue-bpmn","last_synced_at":"2025-05-15T14:07:10.525Z","repository":{"id":50321708,"uuid":"177849211","full_name":"bpmn-io/vue-bpmn","owner":"bpmn-io","description":"Display BPMN 2.0 diagrams in Vue.js","archived":false,"fork":false,"pushed_at":"2024-11-07T02:07:22.000Z","size":453,"stargazers_count":252,"open_issues_count":1,"forks_count":84,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-07T20:08:11.681Z","etag":null,"topics":["bpmn-js","vuejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/bpmn-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-26T18:45:31.000Z","updated_at":"2025-04-02T13:50:06.000Z","dependencies_parsed_at":"2024-06-06T16:13:46.041Z","dependency_job_id":"6f76a73c-f6f7-45a7-9400-885d4d20789e","html_url":"https://github.com/bpmn-io/vue-bpmn","commit_stats":{"total_commits":46,"total_committers":4,"mean_commits":11.5,"dds":"0.32608695652173914","last_synced_commit":"a8f2292ba18103c381ece70536d97ba6da42c64b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fvue-bpmn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fvue-bpmn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fvue-bpmn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fvue-bpmn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpmn-io","download_url":"https://codeload.github.com/bpmn-io/vue-bpmn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"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":["bpmn-js","vuejs"],"created_at":"2024-08-02T01:01:13.661Z","updated_at":"2025-05-15T14:07:05.502Z","avatar_url":"https://github.com/bpmn-io.png","language":"HTML","funding_links":[],"categories":["Integrations"],"sub_categories":[],"readme":"# vue-bpmn\n\n[![CI](https://github.com/bpmn-io/vue-bpmn/actions/workflows/CI.yml/badge.svg)](https://github.com/bpmn-io/vue-bpmn/actions/workflows/CI.yml)\n\nUse [bpmn-js](https://github.com/bpmn-io/bpmn-js) to display BPMN 2.0 diagrams in a [Vue.js](https://vuejs.org) application.\n\n\n## Usage\n\n```html\n\u003ctemplate\u003e\n  \u003cvue-bpmn\n    url=\"/public/diagram.bpmn\"\n    :options=\"options\"\n    v-on:error=\"handleError\"\n    v-on:shown=\"handleShown\"\n    v-on:loading=\"handleLoading\"\n  \u003e\u003c/vue-bpmn\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n  import VueBpmn from 'vue-bpmn';\n\n  export default {\n    components: {\n      VueBpmn\n    },\n    data() {\n      return {\n        options: {\n          propertiesPanel: {},\n          additionalModules: [],\n          moddleExtensions: []\n        }\n      }\n    },\n    methods: {\n      handleError: function(err) {\n        console.error('failed to show diagram', err);\n      },\n      handleShown: function() {\n        console.log('diagram shown');\n      },\n      handleLoading: function() {\n        console.log('diagram loading');\n      }\n    }\n  };\n\u003c/script\u003e\n```\n\nNote that the diagram will be loaded via ajax from the given `url` and thus must be served by your app.\n\n\n## Resources\n\n* [Issues](https://github.com/bpmn-io/vue-bpmn/issues)\n* [Example](./example)\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpmn-io%2Fvue-bpmn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpmn-io%2Fvue-bpmn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpmn-io%2Fvue-bpmn/lists"}