vscode-vue-activiti-designerA Vue based vscode Activiti designer extension. ScreenshotFeatures
UsageOpen the BPMN file you want to edit. Trigger editBpmn command. You should then see the diagram. Do you editing and click save button (at the bottom) to save the change. Commands
SettingsN/A Development (for the extension)Extension side
For running project in development mode use
Client side
How the development worksThe project is built with monorepo structure containing two packages. The first one being the client, and the second being the visual studio code extension program. when you start developing on the Here you can see your vue project already built and injected using vscode webview API. you can utilize the full functionality of vue such as its amazing reactivity and its available additions (like Inside the vue application code, the ContributionIf you have any questions or recommendations please create a new issue for it, and if you've hacked together any feature or enhancement, a pull request is more than welcome here! 🙏 ThanksLICENSEGNU General Public License v3.0 |