{"id":14113597,"url":"https://github.com/serkodev/nuxt-pages-plus","last_synced_at":"2026-04-17T07:01:16.905Z","repository":{"id":233163283,"uuid":"782894372","full_name":"serkodev/nuxt-pages-plus","owner":"serkodev","description":"A Nuxt module that enables complex routing for Nuxt Pages.","archived":false,"fork":false,"pushed_at":"2026-01-06T16:39:51.000Z","size":3459,"stargazers_count":241,"open_issues_count":8,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-14T20:37:25.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nuxt-pages-plus.pages.dev/","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/serkodev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-06T10:49:12.000Z","updated_at":"2026-03-27T10:11:24.000Z","dependencies_parsed_at":"2025-02-15T15:12:36.776Z","dependency_job_id":"3bdd87a8-9ebb-46c2-b3ea-3de2ff626e0d","html_url":"https://github.com/serkodev/nuxt-pages-plus","commit_stats":null,"previous_names":["serkodev/nuxt-pages-plus"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/serkodev/nuxt-pages-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Fnuxt-pages-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Fnuxt-pages-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Fnuxt-pages-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Fnuxt-pages-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serkodev","download_url":"https://codeload.github.com/serkodev/nuxt-pages-plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Fnuxt-pages-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-14T11:00:47.878Z","updated_at":"2026-04-17T07:01:16.856Z","avatar_url":"https://github.com/serkodev.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![Nuxt banner](./.github/assets/banner.svg)\n\n# Nuxt Pages Plus\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\nA Nuxt module that enables complex routing for Nuxt Pages.\n\n## Features\n\n- 🛤️ \u0026nbsp;Parallel Routes - Render multiple pages in a single route, synchronously or manually.\n- 🖼️ \u0026nbsp;Modal Routes - Navigate modals routes with real-time URL changes for seamless browsing.\n- 📁 \u0026nbsp;File-base Routing - Create named routes right inside pages directory of your Nuxt project.\n- 🔋 \u0026nbsp;SSR Friendly - Optimized for Nuxt server-side rendering and static site generation.\n- ⚙️ \u0026nbsp;Comprehensive Toolkit - Extensive components and composables for flexible usage and easy integration.\n- 🛠 \u0026nbsp;Flexible - Tailor settings globally or for specific pages; fully customizable.\n\n## Quickstart\n\nInstall the module to your Nuxt application with `nuxi` command:\n\n```sh\nnpx nuxi module add nuxt-pages-plus\n```\n\n\u003cdetails\u003e\n  \u003csummary\u003eInstall manually\u003c/summary\u003e\n\n  ```sh\n  npm i -D nuxt-pages-plus\n  ```\n\n  ```ts\n  // nuxt.config.ts\n  export default defineNuxtConfig({\n    modules: ['nuxt-pages-plus']\n  })\n  ```\n\u003c/details\u003e\n\n## Documentation\n\nPlease refer to the [Nuxt Pages Plus documentation](https://nuxt-pages-plus.pages.dev/) for detailed usage and examples.\n\n## Contribution\n\n\u003cdetails\u003e\n  \u003csummary\u003eLocal development\u003c/summary\u003e\n  \n  ```bash\n  # Install dependencies\n  pnpm install\n  \n  # Generate type stubs\n  pnpm dev:prepare\n  \n  # Develop with the examples\n  pnpm dev examples/...\n\n  # Develop with the playground\n  pnpm play\n  \n  # Build the playground\n  pnpm play:build\n\n  # Run ESLint\n  pnpm lint\n  \n  # Run Vitest\n  pnpm test\n  pnpm test:watch\n  \n  # Release new version\n  pnpm release\n  ```\n\n\u003c/details\u003e\n\n## Inspiration\n\nThis module is inspired by Next.js [App Router](https://app-router.vercel.app/). Many thanks to [Anthony Fu](https://github.com/antfu) for providing the opinion of implementing Parallel Routes feature using Nuxt.\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-pages-plus/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://npmjs.com/package/nuxt-pages-plus\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-pages-plus.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://npmjs.com/package/nuxt-pages-plus\n\n[license-src]: https://img.shields.io/npm/l/nuxt-pages-plus.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[license-href]: https://npmjs.com/package/nuxt-pages-plus\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserkodev%2Fnuxt-pages-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserkodev%2Fnuxt-pages-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserkodev%2Fnuxt-pages-plus/lists"}