{"id":13608700,"url":"https://github.com/kkeisuke/plantuml-editor2","last_synced_at":"2026-01-17T11:00:10.706Z","repository":{"id":142362435,"uuid":"441818722","full_name":"kkeisuke/plantuml-editor2","owner":"kkeisuke","description":"PlantUML online demo client / Vue3 in Vite","archived":false,"fork":false,"pushed_at":"2023-04-06T19:59:48.000Z","size":451,"stargazers_count":120,"open_issues_count":0,"forks_count":18,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-12T17:41:53.852Z","etag":null,"topics":["diagrams","plantuml","typescript","vite","vitest","vue3"],"latest_commit_sha":null,"homepage":"https://plantuml-editor.kkeisuke.dev","language":"Vue","has_issues":false,"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/kkeisuke.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-26T05:44:09.000Z","updated_at":"2025-04-02T17:21:33.000Z","dependencies_parsed_at":"2024-01-16T23:30:30.467Z","dependency_job_id":"344eacf4-95f7-421c-82f1-f718008e8a01","html_url":"https://github.com/kkeisuke/plantuml-editor2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkeisuke/plantuml-editor2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkeisuke%2Fplantuml-editor2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkeisuke%2Fplantuml-editor2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkeisuke%2Fplantuml-editor2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkeisuke%2Fplantuml-editor2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkeisuke","download_url":"https://codeload.github.com/kkeisuke/plantuml-editor2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkeisuke%2Fplantuml-editor2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["diagrams","plantuml","typescript","vite","vitest","vue3"],"created_at":"2024-08-01T19:01:29.293Z","updated_at":"2026-01-17T11:00:10.042Z","avatar_url":"https://github.com/kkeisuke.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# PlantUML Editor 2\n\nPlantUML online demo client\n\n- Vue 3\n- TypeScript\n- Vite\n- Vitest\n\n![PlantUML Editor 2](https://repository-images.githubusercontent.com/441818722/9774f41a-5a82-427d-a2ef-3c0ca27526e1)\n\n## Do you also like Mermaid ?\n\n- https://github.com/kkeisuke/mermaid-editor\n- https://mermaid-editor.kkeisuke.dev/\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n   1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n   2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Cypress](https://www.cypress.io/)\n\n```sh\nnpm run build\nnpm run test:e2e # or `npm run test:e2e:ci` for headless testing\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\n### [PlantUML Server with Docker](https://hub.docker.com/r/plantuml/plantuml-server/)\n\n```sh\ndocker run -d -p 4000:8080 plantuml/plantuml-server:jetty\n```\n\n\u003e **Notice:** The specification of the port number follows `.env.development`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkeisuke%2Fplantuml-editor2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkeisuke%2Fplantuml-editor2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkeisuke%2Fplantuml-editor2/lists"}