{"id":14964297,"url":"https://github.com/nuxtclub/feathericons","last_synced_at":"2025-10-25T04:31:16.831Z","repository":{"id":57132452,"uuid":"355321589","full_name":"nuxtclub/feathericons","owner":"nuxtclub","description":"An easy way to integrate Feather Icons with NuxtJS","archived":false,"fork":false,"pushed_at":"2021-04-06T21:45:05.000Z","size":3,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T05:51:17.695Z","etag":null,"topics":["feather-icons","nuxt","nuxt-module","nuxt-modules","nuxtjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nuxtclub.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}},"created_at":"2021-04-06T20:29:38.000Z","updated_at":"2022-04-07T13:46:43.000Z","dependencies_parsed_at":"2022-08-31T19:41:46.886Z","dependency_job_id":null,"html_url":"https://github.com/nuxtclub/feathericons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Ffeathericons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Ffeathericons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Ffeathericons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Ffeathericons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxtclub","download_url":"https://codeload.github.com/nuxtclub/feathericons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238085245,"owners_count":19413992,"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":["feather-icons","nuxt","nuxt-module","nuxt-modules","nuxtjs"],"created_at":"2024-09-24T13:32:56.945Z","updated_at":"2025-10-25T04:31:16.547Z","avatar_url":"https://github.com/nuxtclub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @nuxtclub/feathericons\n\n## Setup\n\n1. Add `@nuxtclub/feathericons` dependency to your project\n\n```bash\nnpm i -D @nuxtclub/feathericons\n```\n\n2. Add `@nuxtclub/feathericons` to the `buildModules` section of `nuxt.config.js`\n\n:warning: If you are using Nuxt **\u003c v2.9** you have to install the module as a `dependency` (No `--dev` or `--save-dev` flags) and use `modules` section in `nuxt.config.js` instead of `buildModules`.\n\n```javascript\nexport default {\n\tbuildModules: ['@nuxtclub/feathericons'],\n}\n```\n\n# Typescript support\n\nAdd the types to your `\"types\"` array in `tsconfig.json` after the `@nuxt/types` entry.\n\n:warning: Use `@nuxt/vue-app` instead of `@nuxt/types` for nuxt \u003c 2.9.\n\n```json\n{\n\t\"compilerOptions\": {\n\t\t\"types\": [\"@nuxt/types\", \"@nuxtclub/feathericons\"]\n\t}\n}\n```\n\n## Usage\n\nThis module will inject \\$feathericons in the context of your application.\n\nUsing \\$feathericons you can access to an object with all the icons of the [Feather Icons Package](https://github.com/feathericons/feather).\n\n## Example\n\n```vue\n\u003ctemplate\u003e\n\t\u003cdiv v-html=\"$feathericons['home'].toSvg()\"\u003e\u003c/div\u003e\n\u003c/template\u003e\n```\n\nLearn more about Feather Icons [here](https://feathericons.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxtclub%2Ffeathericons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxtclub%2Ffeathericons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxtclub%2Ffeathericons/lists"}