{"id":13765329,"url":"https://github.com/nuxt/starter","last_synced_at":"2025-05-15T10:07:37.516Z","repository":{"id":37272750,"uuid":"369469278","full_name":"nuxt/starter","owner":"nuxt","description":"Create a new Nuxt project, module, layer or start from a theme with our collection of starters.","archived":false,"fork":false,"pushed_at":"2025-05-12T04:51:04.000Z","size":1861,"stargazers_count":507,"open_issues_count":20,"forks_count":177,"subscribers_count":9,"default_branch":"templates","last_synced_at":"2025-05-12T05:33:19.773Z","etag":null,"topics":["nuxt","nuxt-starter","ssg","ssr","vue"],"latest_commit_sha":null,"homepage":"https://nuxt.new","language":null,"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/nuxt.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-21T08:35:12.000Z","updated_at":"2025-05-07T07:12:16.000Z","dependencies_parsed_at":"2024-01-15T15:59:07.363Z","dependency_job_id":"25114257-5660-4611-83a4-a9d1bdffc0e9","html_url":"https://github.com/nuxt/starter","commit_stats":{"total_commits":51,"total_committers":12,"mean_commits":4.25,"dds":0.7450980392156863,"last_synced_commit":"4df6660937a04ad38d2940eb353e7f49880c83a0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/starter/tar.gz/refs/heads/templates","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051073,"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":["nuxt","nuxt-starter","ssg","ssr","vue"],"created_at":"2024-08-03T16:00:37.060Z","updated_at":"2025-05-15T10:07:32.497Z","avatar_url":"https://github.com/nuxt.png","language":null,"funding_links":[],"categories":["Others","Uncategorized","vue"],"sub_categories":["Uncategorized"],"readme":"# 🪄 Nuxt Starter Templates\n\nQuickly get started with a minimal Nuxt starter template!\n\n## Quick start\n\nHead over to [nuxt.new](https://nuxt.new) to get started quickly.\n\n## Usage\n\nYou can use `nuxi` CLI to clone latest template to an empty directory:\n\n```sh-session\n$ npx nuxi init [-t,--template=\u003ctemplate\u003e] [\u003cdir\u003e]\n```\n\n**Example:** Clone `v3` to `my-app` directory:\n\n```sh-session\n$ npx nuxi init -t v3 nuxt-app\n```\n\n## Templates\n\nName | Description | Local     | Online |\n-----|-------------|-----------|--------|\n[v4-compat](https://github.com/nuxt/starter/tree/v4-compat) | [Nuxt 3 with v4 compat](https://nuxt.com/docs/getting-started/upgrade#testing-nuxt-4) | `npx nuxi init nuxt-app -t v4-compat` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v4-compat) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v4-compat) |\n[v3](https://github.com/nuxt/starter/tree/v3) | [Nuxt 3](https://github.com/nuxt/nuxt) | `npx nuxi init nuxt-app` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox) |\n[module](https://github.com/nuxt/starter/tree/module) | Nuxt Module with [Module Builder](https://github.com/nuxt/module-builder) | `npx nuxi init my-module -t module` | - |\n[module-devtools](https://github.com/nuxt/starter/tree/module-devtools) | Nuxt Module with [Nuxt DevTools](https://github.com/nuxt/devtools) integration | `npx nuxi init my-module -t module-devtools` | - |\n[layer](https://github.com/nuxt/starter/tree/layer) | [Nuxt Layer](https://nuxt.com/docs/guide/going-further/layers) Starter with Extends (experimental) | `npx nuxi init  -t layer` | - |\n[content](https://github.com/nuxt/starter/tree/content) | [Nuxt Content](https://content.nuxt.com) | `npx nuxi init content-app -t content` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/content) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/content) |\n[ui](https://github.com/nuxt/starter/tree/ui) | [Nuxt UI](https://ui.nuxt.com) | `npx nuxi init nuxt-ui-app -t ui` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/ui) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/ui) |\n[v2-bridge](https://github.com/nuxt/starter/tree/v2-bridge) | [Nuxt 2](https://github.com/nuxt/nuxt/tree/2.x-dev) + [Bridge](https://github.com/nuxt/bridge) | `npx nuxi init nuxt-bridge-app -t v2-bridge` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v2-bridge) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v2-bridge-codesandbox) |\n\n## Contribution\n\nEach template is maintained in a branch (see [all branches](https://github.com/nuxt/starter/branches)).\nFor improvements, please open a Pull Request to each individual branch.\n\n**Note:** Please avoid commiting lock-files such as `yarn.lock` and `package-lock.json` to template branches!\n\n## License\n\n[MIT](./LICENSE) - Made with 💚\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fstarter/lists"}