{"id":22940757,"url":"https://github.com/nidexingg/nuxt-starter","last_synced_at":"2026-01-25T10:07:22.757Z","repository":{"id":267904140,"uuid":"900053166","full_name":"nidexingg/nuxt-starter","owner":"nidexingg","description":"A Rich-Feature Starter Template for Nuxt beginners. Utilizing a variety of standard technologies, including Tailwind CSS with Prettier, Nuxt SEO, dark mode support, internationalization, and out-of-the-box PWA capabilities.","archived":false,"fork":false,"pushed_at":"2025-12-29T13:43:43.000Z","size":714,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"release","last_synced_at":"2026-01-01T16:32:25.800Z","etag":null,"topics":["internalization","nuxt","pwa","starter-template","vue"],"latest_commit_sha":null,"homepage":"https://xing-nuxt-starter.vercel.app/","language":"Vue","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/nidexingg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS.txt","security":"SECURITY.md","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-12-07T18:26:44.000Z","updated_at":"2025-12-29T13:46:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"54ccc54e-b572-4fda-ab8d-991bed1f0129","html_url":"https://github.com/nidexingg/nuxt-starter","commit_stats":null,"previous_names":["nidexingg/nuxt-starter"],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/nidexingg/nuxt-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidexingg%2Fnuxt-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidexingg%2Fnuxt-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidexingg%2Fnuxt-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidexingg%2Fnuxt-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nidexingg","download_url":"https://codeload.github.com/nidexingg/nuxt-starter/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidexingg%2Fnuxt-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:58:17.166Z","status":"ssl_error","status_checked_at":"2026-01-25T09:55:56.104Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["internalization","nuxt","pwa","starter-template","vue"],"created_at":"2024-12-14T13:30:51.300Z","updated_at":"2026-01-25T10:07:22.751Z","avatar_url":"https://github.com/nidexingg.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![hero](https://xing-nuxt-starter.vercel.app/og-image.png)\n\n# Nuxt Starter Template\n\n[![built with nuxt][nuxt-src]][nuxt-href]\n[![License][license-src]][license-href]\n![Release Version][release-version]\n\nWelcome to the Nuxt Starter Template by Nidexingg! This template is minimalistic designed to help developers quickly set up a Nuxt.js project with essential technologies and tools to meet the standard and implement required features.\n\n## Installation\nRun one of these commands to install the template using your favorite package manager.\n```bash\nnpx nuxi@latest init -t github:nidexingg/nuxt-starter#release \u003cyour-project-name\u003e\nbun x nuxi@latest init -t github:nidexingg/nuxt-starter#release \u003cyour-project-name\u003e\npnpm dlx nuxi@latest init -t github:nidexingg/nuxt-starter#release \u003cyour-project-name\u003e\nyarn dlx nuxi@latest init -t github:nidexingg/nuxt-starter#release \u003cyour-project-name\u003e\n```\n```bash\ncd \u003cyour-project-name\u003e\n```\n### Dependency installation\n```bash\nnpm i\nbun i\npnpm i\nyarn i\n```\n### Start development server\n```bash\nnpm run dev -- -o\nbun run dev -o # To use the Bun runtime during development, \"bun --bun run dev -o\"\npnpm dev -o\nyarn dev --open\n```\nand 💥 booooom, `http://localhost:3000` should be automatically opened in your default browser.\n\n## Contribution\n\n- **Fork** this repository.\n- **Clone** your forked repository and make changes.\n- **Commit** and **Push** the update to your forked repository.\n- In the main page of your forked repository, click **Contribute** button and **Open pull request**.\n\n## License\n\nMIT\n\n[license-src]: https://img.shields.io/github/license/nidexingg/nuxt-starter?style=plastic\u0026logo=nuxt\u0026labelColor=%23000000\u0026color=%23000000\n[license-href]: https://github.com/nidexingg/nuxt-starter/blob/master/LICENSE\n[nuxt-src]: https://img.shields.io/badge/Built%20With%20Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com/\n[release-version]: https://img.shields.io/github/v/release/nidexingg/nuxt-starter?style=plastic","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnidexingg%2Fnuxt-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnidexingg%2Fnuxt-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnidexingg%2Fnuxt-starter/lists"}