{"id":22484788,"url":"https://github.com/OSSPhilippines/nuxtwind-daisy","last_synced_at":"2025-08-02T18:30:34.856Z","repository":{"id":169277490,"uuid":"645152982","full_name":"OSSPhilippines/nuxtwind-daisy","owner":"OSSPhilippines","description":"Nuxtwind Daisy is a starter template project for Nuxt.js 3 + Tailwind CSS + Daisy UI with additional installed setup for custom font, icons, animation, and more.","archived":false,"fork":false,"pushed_at":"2025-05-10T01:43:45.000Z","size":764,"stargazers_count":117,"open_issues_count":1,"forks_count":119,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T12:07:29.718Z","etag":null,"topics":["css","daisyui","nuxt","starte-kit","starter-project","starter-template","tailwind","template"],"latest_commit_sha":null,"homepage":"https://nuxtwind-daisy.ossph.org/","language":"JavaScript","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/OSSPhilippines.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-25T03:25:09.000Z","updated_at":"2025-05-01T10:04:38.000Z","dependencies_parsed_at":"2024-06-10T02:56:50.541Z","dependency_job_id":null,"html_url":"https://github.com/OSSPhilippines/nuxtwind-daisy","commit_stats":null,"previous_names":["ossphilippines/nuxtwind-daisy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OSSPhilippines/nuxtwind-daisy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fnuxtwind-daisy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fnuxtwind-daisy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fnuxtwind-daisy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fnuxtwind-daisy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSSPhilippines","download_url":"https://codeload.github.com/OSSPhilippines/nuxtwind-daisy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Fnuxtwind-daisy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268432585,"owners_count":24249584,"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-02T02:00:12.353Z","response_time":74,"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":["css","daisyui","nuxt","starte-kit","starter-project","starter-template","tailwind","template"],"created_at":"2024-12-06T17:11:35.507Z","updated_at":"2025-08-02T18:30:34.523Z","avatar_url":"https://github.com/OSSPhilippines.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp style=\"text-align: center\"\u003e\n  \u003cimg style=\"width: 900px\" src=\"Nuxtwind Daisy Banner.jpg\"/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eNuxtwind Daisy 🟢💨🌼\u003c/h1\u003e\n\u003cp style=\"text-align: center\"\u003e\nNuxtwind Daisy is a starter template for Nuxt.js 3 + Tailwind CSS + Daisy UI with additional installed setup for custom font, icons, animation, and more.\n\u003c/p\u003e\n\n- [Showcase](#showcase)\n- [Getting Started Guide](#getting-started-guide)\n\n# Showcase\n\nBrag your modified version from this template. 💪\n\n- [jofftiquez.dev](https://jofftiquez.dev) \n\n# Getting Started Guide\n\n## Installation\n\nNope. No installation needed.\n\n## Fork\n\nFork this repository to your own GitHub account.\n\n\u003cimg width=\"800\" src=\"fork.png\"\u003e\n\nMake it yours. Rename it. Change the description. Hit Create fork.\n\n\u003cimg width=\"800\" src=\"make-it-yours.png\"\u003e\n\n## Make changes\n\nI will assume that you already know the basic of nuxt.js. If not, you can check out their [documentation](https://nuxt.com/docs/getting-started/introduction).\n\nNow that it's yours, you can make changes to it. Be creative you can start by removing the contents in the `pages/index.vue`. Feel free to utilize the `GenericPanel.vue` component as it adds a nice balance to the layout.\n\n## Preview\n\nYou can preview your build by running the `nuxt start` command.\n\n```bash\n# Preview your build\n$ nuxt start\n```\n\n## Build\n\nYou can choose to build it using the defaul strategy which is SSR, but you also have the option to generate static files so you can just upload your work in any static hosting service. The sample site of this repo is hosted in Vercel.\n\n\n```bash\n# Build for production using SSR\n$ nuxt build\n```\n\n```bash\n# Build for production and generate static files\n$ nuxt generate\n```\n\n## Deploy\n\nYou can deploy your work in any static hosting service.\n\nHere's a list of static hosting services that you can use:\n\n- [Vercel](https://vercel.com/)\n- [Netlify](https://www.netlify.com/)\n- [Firebase](https://firebase.google.com/)\n- [Surge](https://surge.sh/)\n- [Render](https://render.com/)\n- [GitHub Pages](https://pages.github.com/)\n- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/)\n- [AWS Amplify](https://aws.amazon.com/amplify/)\n- [Cloudflare Pages](https://pages.cloudflare.com/)\n- [Begin](https://begin.com/)\n- [Fast.io](https://fast.io/)\n- [Fly](https://fly.io/)\n- [Deta](https://www.deta.sh/)\n- [Aerobatic](https://www.aerobatic.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSSPhilippines%2Fnuxtwind-daisy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOSSPhilippines%2Fnuxtwind-daisy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSSPhilippines%2Fnuxtwind-daisy/lists"}