PlantUML online demo client / Vue3 in Vite
PlantUML Editor 2 is a versatile tool that allows users to create and edit PlantUML diagrams online. This demo client supports Vue 3 and TypeScript with features like Vite for quick setup and Vitest for running unit tests. The editor integrates with Mermaid as well, providing users with added flexibility. It includes recommended IDE setups for VSCode and details on how to enhance performance using Volar and vue-tsc for type checking.
git clone https://github.com/kkeisuke/mermaid-editor
cd mermaid-editor
npm install
npm run dev
PlantUML Editor 2 is a feature-rich tool that facilitates the creation and editing of PlantUML diagrams online. With support for Vue 3, TypeScript, Vite, and Vitest, developers can streamline their development workflow. Integrations like Mermaid expand diagramming options, while the recommended IDE setup enhances the overall development experience. By following the installation guide and tweaking configurations, users can leverage the full potential of this editor for their projects.