{"id":16261175,"url":"https://github.com/baroshem/nuxt-lazy-hydrate","last_synced_at":"2025-04-09T12:05:13.610Z","repository":{"id":63405171,"uuid":"567634909","full_name":"Baroshem/nuxt-lazy-hydrate","owner":"Baroshem","description":"💦 Lazy Hydration Module for Nuxt","archived":false,"fork":false,"pushed_at":"2023-08-02T07:12:55.000Z","size":409,"stargazers_count":104,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T10:12:08.745Z","etag":null,"topics":["hydration","lazy","nuxt","performance","vue"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nuxt-lazy-hydrate","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Baroshem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-18T08:12:59.000Z","updated_at":"2025-02-20T06:46:16.000Z","dependencies_parsed_at":"2024-06-21T04:10:11.267Z","dependency_job_id":null,"html_url":"https://github.com/Baroshem/nuxt-lazy-hydrate","commit_stats":{"total_commits":8,"total_committers":3,"mean_commits":"2.6666666666666665","dds":0.25,"last_synced_commit":"41a719efc86a2cb113b7e56175f00c03646cb57e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baroshem%2Fnuxt-lazy-hydrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baroshem%2Fnuxt-lazy-hydrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baroshem%2Fnuxt-lazy-hydrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baroshem%2Fnuxt-lazy-hydrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Baroshem","download_url":"https://codeload.github.com/Baroshem/nuxt-lazy-hydrate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"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":["hydration","lazy","nuxt","performance","vue"],"created_at":"2024-10-10T16:40:41.435Z","updated_at":"2025-04-09T12:05:13.579Z","avatar_url":"https://github.com/Baroshem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuxt-lazy-hydrate\n\nThis module is a wrapper around [Vue 3 Lazy Hydration Plugin](https://github.com/freddy38510/vue3-lazy-hydration) for Nuxt 3.\n\nHuge kudos to the package author and also to Markus Oberleihner for developing this amazing idea.\n\nMake sure to give a star to both of these projects:\n\n- \u003chttps://github.com/freddy38510/vue3-lazy-hydration\u003e\n- \u003chttps://github.com/maoberlehner/vue-lazy-hydration\u003e\n\n## Setup\n\n```sh\nyarn add nuxt-lazy-hydrate # yarn\nnpm i nuxt-lazy-hydrate # npm\n```\n\n## Usage\n\nThe only thing you need to do to use the module in the default configuration is to register the module in the `modules` array in `nuxt.config.ts`:\n\n```javascript\n// nuxt.config.js\n\n{\n  modules: [\"nuxt-lazy-hydrate\"],\n}\n```\n\nAnd that's it! You can now use the `NuxtLazyHydrate` component in your Nuxt app:\n\n```html\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cNuxtLazyHydrate when-idle\u003e\n      \u003cp\u003eNuxt module playground!\u003c/p\u003e\n    \u003c/NuxtLazyHydrate\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\nFor all configuration options of this component, please head out to [Vue 3 Lazy Hydration Package](https://github.com/freddy38510/vue3-lazy-hydration)\n\n## Development\n\n- Run `npm run dev:prepare` to generate type stubs.\n- Use `npm run dev` to start [playground](./playground) in development mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaroshem%2Fnuxt-lazy-hydrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaroshem%2Fnuxt-lazy-hydrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaroshem%2Fnuxt-lazy-hydrate/lists"}