{"id":23353413,"url":"https://github.com/netlify-templates/nuxt-starter","last_synced_at":"2025-08-11T18:10:40.751Z","repository":{"id":269048915,"uuid":"906264493","full_name":"netlify-templates/nuxt-starter","owner":"netlify-templates","description":"Nuxt Starter is a minimal template created for quick landing pages, built with Nuxt and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-08-05T09:12:12.000Z","size":977,"stargazers_count":17,"open_issues_count":3,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-05T11:24:47.952Z","etag":null,"topics":["landing-page","netlify","nuxt","nuxtjs","tailwind-css","tailwindcss","tailwindcss-v4"],"latest_commit_sha":null,"homepage":"https://demo-nuxt-starter.netlify.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/netlify-templates.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}},"created_at":"2024-12-20T14:09:10.000Z","updated_at":"2025-08-04T05:31:05.000Z","dependencies_parsed_at":"2024-12-20T20:30:50.386Z","dependency_job_id":"4f652100-327e-41e2-afa8-149c394c6307","html_url":"https://github.com/netlify-templates/nuxt-starter","commit_stats":null,"previous_names":["netlify-templates/nuxt-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/netlify-templates/nuxt-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fnuxt-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fnuxt-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fnuxt-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fnuxt-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify-templates","download_url":"https://codeload.github.com/netlify-templates/nuxt-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fnuxt-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269931573,"owners_count":24498750,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":["landing-page","netlify","nuxt","nuxtjs","tailwind-css","tailwindcss","tailwindcss-v4"],"created_at":"2024-12-21T09:13:09.154Z","updated_at":"2025-08-11T18:10:40.744Z","avatar_url":"https://github.com/netlify-templates.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Starter\n\n![Netlify + Nuxt Starter Preview](nuxt-starter-preview.jpg)\n\n---\n\nNuxt Starter is a minimal template designed for creating quick landing pages, built with Nuxt 3 and Tailwind CSS.\n\n**View demo:** [https://demo-nuxt-starter.netlify.app/](https://demo-nuxt-starter.netlify.app/)\n\n## Deploy to Netlify\n\nWant to deploy immediately? Click this button\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nuxt-starter)\n\nClicking this button will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.\n\n## Features\n\n- 🚀 Nuxt 3 with Vue 3\n- 🎨 Tailwind CSS for styling\n- 🖼️ Nuxt Image for optimized image handling\n- 🎯 Nuxt Icon for easy icon integration\n- 📱 Fully responsive design\n- ⚡ Fast and optimized performance\n\nA customizable Nuxt starter using:\n\n- [Nuxt](https://nuxt.com/) v3.x\n- [Tailwind CSS](https://tailwindcss.com/) v4.x\n- [Nuxt Icon](https://nuxt.com/modules/icon)\n- [Nuxt Image](https://nuxt.com/modules/image)\n\n| Prerequisites             |\n| :------------------------ |\n| [Node.js](https://nodejs.org/) v20.9+. |\n| (optional) [nvm](https://github.com/nvm-sh/nvm) for Node version management. |\n\n\n## Build Setup\n\n```bash\n# install dependencies\n$ npm install\n\n# serve with hot reload at localhost:3000\n$ npm run dev\n\n# build for production and launch server\n$ npm run build\n\n# generate static project\n$ npm run generate\n\n# preview production build locally\n$ npm run preview\n```\n\n## Project Structure\n\n```\n├── data/            # JSON file for content\n├── components/      # Vue components\n├── layouts/         # Layout components\n├── pages/           # Application pages\n├── public/          # Static files\n└── assets/          # Assets that need processing\n```\n\n## Next Steps\n\nHere are a few suggestions on what to do next:\n\n- Check [Nuxt on Netlify documentation](https://docs.netlify.com/frameworks/nuxt/).\n- Check [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.\n- Explore [Tailwind CSS documentation](https://tailwindcss.com/docs) for styling options\n\n## Support\n\nIf you get stuck along the way, get help in our [support forums](https://answers.netlify.com/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fnuxt-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify-templates%2Fnuxt-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fnuxt-starter/lists"}