{"id":22489876,"url":"https://github.com/ara-framework/hypernova-vue","last_synced_at":"2025-10-12T22:12:42.791Z","repository":{"id":48313812,"uuid":"171600020","full_name":"ara-framework/hypernova-vue","owner":"ara-framework","description":"Vue.js bindings for Hypernova.","archived":false,"fork":false,"pushed_at":"2023-07-20T15:40:29.000Z","size":33,"stargazers_count":41,"open_issues_count":16,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T20:49:40.441Z","etag":null,"topics":["hypernova","vuejs","vuex"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hypernova-vue","language":"TypeScript","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/ara-framework.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":"2019-02-20T04:20:19.000Z","updated_at":"2022-10-26T15:29:21.000Z","dependencies_parsed_at":"2024-06-20T23:23:06.193Z","dependency_job_id":"019dee8e-48c3-47dc-ab53-00401fde9b69","html_url":"https://github.com/ara-framework/hypernova-vue","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"06af351cc25fa8539f7fc65ff1619806938f5b61"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ara-framework","download_url":"https://codeload.github.com/ara-framework/hypernova-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232272655,"owners_count":18497858,"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":["hypernova","vuejs","vuex"],"created_at":"2024-12-06T17:21:02.471Z","updated_at":"2025-10-12T22:12:42.715Z","avatar_url":"https://github.com/ara-framework.png","language":"TypeScript","readme":"# hypernova-vue\n\n[Vue.js](https://github.com/vuejs/vue) bindings for [Hypernova](https://github.com/airbnb/hypernova).\n\nOn the server, wraps the component in a function to render it to a HTML string given its props.\n\nOn the client, calling this function with your component scans the DOM for any server-side rendered instances of it. It then resumes those components using the server-specified props.\n\n## Install\n\n```sh\nnpm install hypernova-vue\n```\n\n## Usage\n\nHere's how to use it in your module:\n\n```js\nimport { renderVue, Vue } from 'hypernova-vue'\nimport HeaderComponent from './components/HeaderComponent.vue'\n\nconst Header = Vue.extend(HeaderComponent)\n\nexport default renderVue('Header', Header)\n```\n\n## Usage with Vuex\n\n\n```js\nimport { renderVuex, Vue } from 'hypernova-vue'\nimport createStore from './store'\nimport HeaderComponent from './components/HeaderComponent.vue'\n\nexport default renderVuex('Header', HeaderComponent, createStore)\n```\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fara-framework%2Fhypernova-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fara-framework%2Fhypernova-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fara-framework%2Fhypernova-vue/lists"}