{"id":14968950,"url":"https://github.com/nuxtclub/slugify","last_synced_at":"2025-10-26T06:30:47.780Z","repository":{"id":48938210,"uuid":"395472679","full_name":"nuxtclub/slugify","owner":"nuxtclub","description":"An easy way to integrate Slugify with NuxtJS","archived":false,"fork":false,"pushed_at":"2022-07-23T19:04:11.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T03:48:17.463Z","etag":null,"topics":["nuxt","nuxt-module","nuxt-modules","nuxtjs","supabase","supabase-js"],"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-08-13T00:01:33.000Z","updated_at":"2023-12-01T05:43:58.000Z","dependencies_parsed_at":"2022-08-25T13:31:35.599Z","dependency_job_id":null,"html_url":"https://github.com/nuxtclub/slugify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Fslugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Fslugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Fslugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxtclub%2Fslugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxtclub","download_url":"https://codeload.github.com/nuxtclub/slugify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238275909,"owners_count":19445308,"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":["nuxt","nuxt-module","nuxt-modules","nuxtjs","supabase","supabase-js"],"created_at":"2024-09-24T13:40:51.599Z","updated_at":"2025-10-26T06:30:47.382Z","avatar_url":"https://github.com/nuxtclub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @nuxtclub/slugify\n\n## Setup\n\n1. Add `@nuxtclub/slugify` dependency to your project\n\n```bash\nyarn add -D @nuxtclub/slugify # or npm i -D @nuxtclub/slugify\n```\n\n2. Add `@nuxtclub/slugify` 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/slugify'],\n}\n```\n\n## Globals\n\nYou can add global/default options:\n\n```javascript\nexport default {\n\tbuildModules: ['@nuxtclub/slugify'],\n\tslugify: {\n\t\tglobals: {\n\t\t\tlower: true,\n\t\t},\n\t},\n}\n```\n\n## Extend Slugify\n\nYou can extend the supported symbols, or override the existing ones with your own:\n\n```javascript\n// nuxt.config.js\nexport default {\n\tbuildModules: ['@nuxtclub/slugify'],\n\tslugify: {\n\t\textend: {\n\t\t\t'@': 'at',\n\t\t},\n\t},\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/slugify\"]\n\t}\n}\n```\n\n## Usage\n\nThis module will inject \\$slugify in the context of your application.\n\nLearn more about Slugify [here](https://github.com/simov/slugify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxtclub%2Fslugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxtclub%2Fslugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxtclub%2Fslugify/lists"}