{"id":17727813,"url":"https://github.com/samk-dev/dynamic-server-routes-nuxt-module-example","last_synced_at":"2025-07-16T08:45:04.238Z","repository":{"id":187467315,"uuid":"676956385","full_name":"samk-dev/dynamic-server-routes-nuxt-module-example","owner":"samk-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-10T12:39:37.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T15:43:04.768Z","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/samk-dev.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-08-10T12:01:00.000Z","updated_at":"2023-08-10T12:39:57.000Z","dependencies_parsed_at":"2023-08-10T17:29:56.416Z","dependency_job_id":null,"html_url":"https://github.com/samk-dev/dynamic-server-routes-nuxt-module-example","commit_stats":null,"previous_names":["samk-dev/dynamic-server-routes-nuxt-module-bug-reproduction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samk-dev/dynamic-server-routes-nuxt-module-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fdynamic-server-routes-nuxt-module-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fdynamic-server-routes-nuxt-module-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fdynamic-server-routes-nuxt-module-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fdynamic-server-routes-nuxt-module-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samk-dev","download_url":"https://codeload.github.com/samk-dev/dynamic-server-routes-nuxt-module-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fdynamic-server-routes-nuxt-module-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265497981,"owners_count":23777093,"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-25T18:22:37.851Z","updated_at":"2025-07-16T08:45:04.197Z","avatar_url":"https://github.com/samk-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nGet your module up and running quickly.\n\nFind and replace all on all files (CMD+SHIFT+F):\n- Name: My Module\n- Package name: my-module\n- Description: My new Nuxt module\n--\u003e\n\n# My Module\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\nMy new Nuxt module for doing amazing things.\n\n- [✨ \u0026nbsp;Release Notes](/CHANGELOG.md)\n\u003c!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) --\u003e\n\u003c!-- - [📖 \u0026nbsp;Documentation](https://example.com) --\u003e\n\n## Features\n\n\u003c!-- Highlight some of the features your module provide here --\u003e\n- ⛰ \u0026nbsp;Foo\n- 🚠 \u0026nbsp;Bar\n- 🌲 \u0026nbsp;Baz\n\n## Quick Setup\n\n1. Add `my-module` dependency to your project\n\n```bash\n# Using pnpm\npnpm add -D my-module\n\n# Using yarn\nyarn add --dev my-module\n\n# Using npm\nnpm install --save-dev my-module\n```\n\n2. Add `my-module` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: [\n    'my-module'\n  ]\n})\n```\n\nThat's it! You can now use My Module 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/my-module/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/my-module\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/my-module\n\n[license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/my-module\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%2Fsamk-dev%2Fdynamic-server-routes-nuxt-module-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamk-dev%2Fdynamic-server-routes-nuxt-module-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fdynamic-server-routes-nuxt-module-example/lists"}