{"id":15314227,"url":"https://github.com/barelyhuman/nuxt-module-preact-islands","last_synced_at":"2025-04-15T02:12:43.811Z","repository":{"id":191170490,"uuid":"661809200","full_name":"barelyhuman/nuxt-module-preact-islands","owner":"barelyhuman","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-16T18:19:35.000Z","size":181,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T02:12:33.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/barelyhuman.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}},"created_at":"2023-07-03T17:43:27.000Z","updated_at":"2023-07-04T11:16:13.000Z","dependencies_parsed_at":"2023-08-28T14:59:25.644Z","dependency_job_id":"b9730d4c-b153-43b0-a649-a0f88c896854","html_url":"https://github.com/barelyhuman/nuxt-module-preact-islands","commit_stats":null,"previous_names":["barelyhuman/nuxt-module-preact-islands"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnuxt-module-preact-islands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnuxt-module-preact-islands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnuxt-module-preact-islands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnuxt-module-preact-islands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barelyhuman","download_url":"https://codeload.github.com/barelyhuman/nuxt-module-preact-islands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991558,"owners_count":21194894,"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":[],"created_at":"2024-10-01T08:44:48.494Z","updated_at":"2025-04-15T02:12:43.557Z","avatar_url":"https://github.com/barelyhuman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuxt-module-preact-islands\n\nSimple nuxt module wrapper around preact-island-plugins\n\n- [✨ \u0026nbsp;Release Notes](/CHANGELOG.md)\n\n\u003c!-- TODO: REMOVE THIS --\u003e\n# NOT YET RELEASED!\n\n## Quick Setup\n\n1. Add `nuxt-module-preact-islands` dependency to your project\n\n```bash\n# Using pnpm\npnpm add -D nuxt-module-preact-islands tslib\npnpm add preact preact-render-to-string\n\n# Using yarn\nyarn add --dev nuxt-module-preact-islands tslib\nyarn add preact preact-render-to-string\n\n# Using npm\nnpm install --save-dev nuxt-module-preact-islands tslib\nnpm add preact preact-render-to-string\n```\n\n2. Add `nuxt-module-preact-islands` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: [\n    'nuxt-module-preact-islands'\n  ]\n})\n```\n\nThat's it! You can now use nuxt-module-preact-islands in your Nuxt app ✨\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Generate type stubs\nnpm run dev:prepare\n\n# Develop with the playground\nnpm run dev\n\n# Build the playground\nnpm run dev:build\n\n# Run ESLint\nnpm run lint\n\n# Run Vitest\nnpm run test\nnpm run test:watch\n\n# Release new version\nnpm run release\n```\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-module-preact-islands/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/nuxt-module-preact-islands\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-module-preact-islands.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/nuxt-module-preact-islands\n\n[license-src]: https://img.shields.io/npm/l/nuxt-module-preact-islands.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/nuxt-module-preact-islands\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarelyhuman%2Fnuxt-module-preact-islands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarelyhuman%2Fnuxt-module-preact-islands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarelyhuman%2Fnuxt-module-preact-islands/lists"}