{"id":29916151,"url":"https://github.com/thrbttl/nuxtjsnav","last_synced_at":"2025-08-02T04:09:26.020Z","repository":{"id":57312425,"uuid":"299621079","full_name":"thrbttl/nuxtjsnav","owner":"thrbttl","description":"nuxt.js Navigation Components","archived":false,"fork":false,"pushed_at":"2020-10-01T12:06:51.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T01:43:40.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/thrbttl.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}},"created_at":"2020-09-29T13:10:33.000Z","updated_at":"2020-10-01T12:06:54.000Z","dependencies_parsed_at":"2022-09-16T20:21:35.828Z","dependency_job_id":null,"html_url":"https://github.com/thrbttl/nuxtjsnav","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thrbttl/nuxtjsnav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrbttl%2Fnuxtjsnav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrbttl%2Fnuxtjsnav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrbttl%2Fnuxtjsnav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrbttl%2Fnuxtjsnav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thrbttl","download_url":"https://codeload.github.com/thrbttl/nuxtjsnav/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrbttl%2Fnuxtjsnav/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268166715,"owners_count":24206432,"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-01T02:00:08.611Z","response_time":67,"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":[],"created_at":"2025-08-02T04:09:25.201Z","updated_at":"2025-08-02T04:09:26.001Z","avatar_url":"https://github.com/thrbttl.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuxtjsnav\nnuxt.js Navigation Responsive Component  🖖\n\n- NuxtJs projelerinde kullanabileceğiniz navigation componentleri.\n- Repositoryden kondları inceleyebilir indirip projenize component olarak dahil edebilirsiniz.\n- NPM'den paket olarak yükleyerek kullanabilirsiniz.\n\n- ** Bootstrap kullandığım için projeye bootstrap dahil etmelisiniz.\n\n\n# NPM\n- npm'den yüklemek için : \n```\nnpm i nuxtjsnav \n```\n### npm'den paket olarak projeye yükledikten sonra yapılması gerekenler:\n-  Import için \n```nuxt.js \nimport Navigation from \"../node_modules/nuxtjsnav/Navigation\"; \n```\n-  data içerisine : \n```nuxt.js  \ndata() {\n    return {\n      mobileTitle : \"tahirbattal.com.tr\", // İçerik örnek olarak veridi. Değiştirerek kullanabilirsiniz.\n      mainItem : \"Anasayfa\",\n        // İçerik (Anasayfa) örnek olarak veridi. Değiştirerek kullanabilirsiniz.\n      menu : {\n        first : \"Hakkımda\",\n        second : \"İletişim\",\n        third : \"Blog\",\n        fifth : \"Fortoğraflar\",\n          // İçerikler \n          //    (first : \"Hakkımda\",\n          //    second : \"İletişim\",\n          //    third : \"Blog\",\n          //    fifth : \"Fortoğraflar\",) \n          // örnek olarak veridi. Değiştirerek kullanabilirsiniz.\n      }\n    };\n  },\n````\n- component olarak tanıtın : \n```nuxt.js\ncomponents: {\n    Navigation\n  },\n ```\n -  Template içinde tag olarak kullanıp menu elemanlarını gönderin : \n ```nuxt.js\n \u003cNavigation :mobileTitle=\"mobileTitle\" :mainItem=\"this.mainItem\" :menu=\"this.menu\" /\u003e\n ```\n -  Logo eklemek için static klasörünün içinde image adında bir klasör oluşturun ve içine `logo.png` isimli image ekleyin.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrbttl%2Fnuxtjsnav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrbttl%2Fnuxtjsnav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrbttl%2Fnuxtjsnav/lists"}