{"id":24496437,"url":"https://github.com/kubgus/nuxt-tailwind-template","last_synced_at":"2025-03-15T05:44:38.040Z","repository":{"id":178466547,"uuid":"661895854","full_name":"kubgus/nuxt-tailwind-template","owner":"kubgus","description":"Default Nuxt 3 project with TailwindCSS and much more.","archived":false,"fork":false,"pushed_at":"2023-09-17T21:10:22.000Z","size":286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T21:17:25.877Z","etag":null,"topics":["default","nuxt","nuxt-tailwindcss","nuxt3","nuxtjs","project","tailwind","tailwind-css","tailwindcss","template"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":false,"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/kubgus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-03T23:16:58.000Z","updated_at":"2023-07-04T17:02:39.000Z","dependencies_parsed_at":"2023-07-09T18:15:36.064Z","dependency_job_id":"a76e60b4-ff21-400b-bf00-33aca6aa6d2f","html_url":"https://github.com/kubgus/nuxt-tailwind-template","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.2727272727272727,"last_synced_commit":"a6ed8a6eba656c0e5fa04af52029a87daf609ebc"},"previous_names":["kubgus/nuxt-tailwind-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubgus%2Fnuxt-tailwind-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubgus%2Fnuxt-tailwind-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubgus%2Fnuxt-tailwind-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubgus%2Fnuxt-tailwind-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubgus","download_url":"https://codeload.github.com/kubgus/nuxt-tailwind-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690146,"owners_count":20331729,"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":["default","nuxt","nuxt-tailwindcss","nuxt3","nuxtjs","project","tailwind","tailwind-css","tailwindcss","template"],"created_at":"2025-01-21T21:17:28.147Z","updated_at":"2025-03-15T05:44:38.013Z","avatar_url":"https://github.com/kubgus.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt 3 with TailwindCSS Template\n\nUseful links: 🔗\n- [Nuxt 3 Documentation](https://nuxt.com/docs/getting-started/introduction)\n- [NuxtTailwind Documentation](https://tailwindcss.nuxtjs.org/getting-started/setup)\n- [TailwindCSS Documentation](https://tailwindcss.com/docs/)\n- [TailwindUI](https://tailwindui.com/)\n\n\u003cbr\u003e\n\n## What will you find here?\nThis is a template for a new project with Nuxt 3 and TailwindCSS. Setting everything up can be very challenging. This template will get you going in no time! 🚀\n\n- Nuxt 3 implementation, and configuration\n- TailwindCSS implementation, support, and configuration\n- Basic layout and error pages\n- A custom loading bar and page transitions\n- Basic metadata and SEO\n- Google's Material icons\n- And much more...\n\n\u003cbr\u003e\n\n# Get started!\nTo get started, install all dependencies:\n```\nnpm i\n```\n\nTest your app!\n```\nnpm run dev\n```\n\n\u003cbr\u003e\n\n# Personalize your project!\n- Customize `nuxt.config.ts` and `package.json` to fit your project\n- Create your color scheme in `tailwind.config.js`\n- Add custom error handling in `error.vue`\n- Consider using [app.config.ts](https://nuxt.com/docs/guide/directory-structure/app-config)\n\n\u003cbr\u003e\n\n[**Assets**](https://nuxt.com/docs/guide/directory-structure/assets)\n- Add your own stylesheet\n- Upload custom fonts\n- Consider adding images you won't use in the `public/` directory to `assets/`\n- Modify `assets/css/tailwind.css` with custom Tailwind classes\n\n[**Components**](https://nuxt.com/docs/guide/directory-structure/components)\n- Add your own components\n- Nuxt automatically imports any components in your `components/` directory\n\n[**Composables**](https://nuxt.com/docs/guide/directory-structure/composables)\n\n[**Content**](https://nuxt.com/docs/guide/directory-structure/content)\n- Render your content with built-in components\n- Query your content with a MongoDB-like API\n- Use your Vue components in Markdown files with the MDC syntax\n- Automatically generate your navigation\n\n[**Layouts**](https://nuxt.com/docs/guide/directory-structure/layouts)\n- Create and edit layouts\n- Ideal for extracting common UI or code patterns into reusable layout components\n\n[**Middleware**](https://nuxt.com/docs/guide/directory-structure/middleware)\n\n[**Modules**](https://nuxt.com/docs/guide/directory-structure/modules)\n\n[**Pages**](https://nuxt.com/docs/guide/directory-structure/pages)\n- Nuxt provides a file-based routing to create routes within your web application using Vue Router under the hood\n- Create and edit unique pages in your project\n\n[**Plugins**](https://nuxt.com/docs/guide/directory-structure/plugins)\n\n[**Public**](https://nuxt.com/docs/guide/directory-structure/public)\n- The `public/` directory is directly served at the server root and contains public files that have to keep their names or likely won't change\n- Examples: `robots.txt`, `favicon.ico`\n\n[**Server**](https://nuxt.com/docs/guide/directory-structure/server)\n- Create your own API in `server/api/`\n- Add API routes without the \"/api\" prefix in `server/routes/`\n- Inject code to run on every request before any other server route in `server/middleware/`\n\n[**Utils**](https://nuxt.com/docs/guide/directory-structure/utils)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubgus%2Fnuxt-tailwind-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubgus%2Fnuxt-tailwind-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubgus%2Fnuxt-tailwind-template/lists"}