{"id":28439104,"url":"https://github.com/krmax44/vue-ssr-python","last_synced_at":"2026-05-04T12:37:28.821Z","repository":{"id":296228787,"uuid":"985937136","full_name":"krmax44/vue-ssr-python","owner":"krmax44","description":"Python and Django client for vue-ssr-service","archived":false,"fork":false,"pushed_at":"2025-05-29T16:08:35.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T22:15:40.002Z","etag":null,"topics":["django","django-vue","server-side-rendering","ssr","vue"],"latest_commit_sha":null,"homepage":"https://krmax44.github.io/vue-ssr-python/vue_ssr.html","language":"Python","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/krmax44.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,"zenodo":null}},"created_at":"2025-05-18T20:34:54.000Z","updated_at":"2025-05-29T16:09:33.000Z","dependencies_parsed_at":"2025-05-29T16:45:49.570Z","dependency_job_id":"26b0e4c4-5c42-4ce0-8e02-98934d9be5f5","html_url":"https://github.com/krmax44/vue-ssr-python","commit_stats":null,"previous_names":["krmax44/vue-ssr-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krmax44/vue-ssr-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fvue-ssr-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fvue-ssr-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fvue-ssr-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fvue-ssr-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krmax44","download_url":"https://codeload.github.com/krmax44/vue-ssr-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fvue-ssr-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32608016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["django","django-vue","server-side-rendering","ssr","vue"],"created_at":"2025-06-06T02:06:43.383Z","updated_at":"2026-05-04T12:37:28.813Z","avatar_url":"https://github.com/krmax44.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Server-Side Rendering in Python\n\n[![Test Workflow](https://github.com/krmax44/vue-ssr-python/actions/workflows/test.yaml/badge.svg)](https://github.com/krmax44/vue-ssr-python/actions/workflows/test.yaml)\n[![PyPI - Version](https://img.shields.io/pypi/v/vue-ssr)](https://pypi.org/project/vue-ssr/)\n[![API documentation](https://img.shields.io/badge/-api%20docs-blue)](https://krmax44.github.io/vue-ssr-python/vue_ssr.html)\n\n\nClient for [`vue-ssr-service`](https://github.com/krmax44/vue-ssr-service). See its documentation for a [quick start guide](https://github.com/krmax44/vue-ssr-service#getting-started-with-vite).\n\n\u003e [!WARNING]\n\u003e This project is in a proof-of-concept state.\n\n## Stand-alone\n\n```python\nfrom vue_ssr import ServerRenderer\n\nrenderer = ServerRenderer()\nrenderer.render(\"myComponent\", props={\"name\": \"friend\"})\n# \"\u003cp\u003eHello, friend!\u003c/p\u003e\"\n```\n\n## With Django\n\nWorks well in conjunction with [`django-vite`](https://github.com/MrBin99/django-vite). Add it to your installed apps:\n\n```py\nINSTALLED_APPS = [\n  \"vue_ssr\",\n  ...\n]\n```\n\nThen, you can simply use the provided template tag:\n\n```django\n{% load vue_ssr %}\n\u003cuser-greeting\u003e{% render_vue \"userGreeting\" name=request.user.username %}\u003c/user-greeting\u003e\n```\n\nOr pass a dict with props:\n\n```django\n\u003cmy-app\u003e{% render_vue \"myApp\" props=props %}\u003c/my-app\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmax44%2Fvue-ssr-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrmax44%2Fvue-ssr-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmax44%2Fvue-ssr-python/lists"}