{"id":21527654,"url":"https://github.com/uvacoder/uva-nuxtmodules-collection-v2","last_synced_at":"2026-05-14T12:34:44.684Z","repository":{"id":65904236,"uuid":"428965585","full_name":"Uvacoder/uva-nuxtmodules-collection-v2","owner":"Uvacoder","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-15T15:15:44.000Z","size":4341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T23:41:28.526Z","etag":null,"topics":["abcaaa","abccollection","abcstarter","abcwip","collection","curated","myresources","mysite","mywip","nuxtjs","vercel"],"latest_commit_sha":null,"homepage":"https://abc-nuxtmodulesnew.vercel.app/","language":"Vue","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/Uvacoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["nuxt"]}},"created_at":"2021-11-17T08:31:03.000Z","updated_at":"2023-02-15T12:30:11.000Z","dependencies_parsed_at":"2023-02-25T18:00:16.244Z","dependency_job_id":null,"html_url":"https://github.com/Uvacoder/uva-nuxtmodules-collection-v2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Uvacoder/uva-nuxtmodules-collection-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-nuxtmodules-collection-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-nuxtmodules-collection-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-nuxtmodules-collection-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-nuxtmodules-collection-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uvacoder","download_url":"https://codeload.github.com/Uvacoder/uva-nuxtmodules-collection-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-nuxtmodules-collection-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278343089,"owners_count":25971399,"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-10-04T02:00:05.491Z","response_time":63,"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":["abcaaa","abccollection","abcstarter","abcwip","collection","curated","myresources","mysite","mywip","nuxtjs","vercel"],"created_at":"2024-11-24T01:49:41.516Z","updated_at":"2025-10-04T17:00:02.876Z","avatar_url":"https://github.com/Uvacoder.png","language":"Vue","funding_links":["https://github.com/sponsors/nuxt"],"categories":[],"sub_categories":[],"readme":"# Nuxt Modules\n--\n[![automated](https://flat.badgen.net/badge/publish/automated/green)](#)\n[![npm version](https://flat.badgen.net/npm/v/@nuxt/modules)](https://www.npmjs.com/package/@nuxt/modules)\n\n\u003e Discover Nuxt modules to supercharge your project! Created by the Nuxt team and community.\n\n👉 https://modules.nuxtjs.org\n\n## Modules Database\n\nMetadata of nuxt modules are maintained in [yml](https://en.wikipedia.org/wiki/YAML) files inside [./modules](./modules) directory and automatically synced from upstream to fetch latest information.\n\n### Contribution\n\n- If you feel a module is missing, please create a new [issue](https://github.com/nuxt/modules/issues/new)\n- If some data is outdated please directly open a pull request\n\n### Using CDN\n\nCompiled JSON data is available from following CDNs:\n\n- **jsdelivr:**: https://cdn.jsdelivr.net/npm/@nuxt/modules@latest/modules.json\n- **unpkg:** https://unpkg.com/@nuxt/modules@latest/modules.json\n\n### Using npm package\n\nYou can use the `@nuxt/modules` package by installing it in your project:\n\n```bash\n# npm\nnpm install @nuxt/modules\n\n# yarn\nyarn add @nuxt/modules\n```\n\nThen you can directly import the list of modules:\n\n```js\n// ESM\nimport modules from '@nuxt/modules'\n\n// CommonJS\nconst modules = require('@nuxt/modules')\n```\n\n### Schema\n\nField Name      | Auto sync | Description\n----------------|-----------|--------------\n`name`          | No        | Canonical name or integration name\n`description`   | Yes       | Short description\n`repo`          | No        | Github repository. Format is `org/name` or `org/name#main/path`\n`npm`           | Yes       | NPM package name\n`icon`          | No        | Icon of module from [./website/static/icons](./website/static/icons) directory\n`github`        | No        | Github URL\n`website`       | No        | Website URL\n`learn_more`    | No        | Link to learn more (website or relevant integration website)\n`category`      | No        | Module category from [./lib/categories.json](./lib/categories.json)\n`type`          | No        | `community` (for [nuxt-community](https://github.com/nuxt-community/)), `official` (for https://github.com/) or `3rd-party`\n`maintainers`   | Yes       | List of maintainers each item has `name`, `github` and `avatar`\n`compatibility` | No        | Module compatibility status. Valid keys are `2.x`, `2.x-bridge` and `3.x` and valid values are `working`, `wip`, `unknown`, `not-working`. Please see [this discussion](https://github.com/nuxt/framework/discussions/751) for more information.\n\n\n## Maintenance\n\n### Add or update repository\n\n```bash\nyarn sync \u003cname\u003e \u003crepo\u003e\n```\n\nExample: `yarn sync tailwindcss nuxt-community/tailwindcss-module`\n\nTo sync with a branch different than `master`, suffix the repo with `#repo-branch`, example: `yarn sync tailwindcss nuxt-community/tailwindcss-module#dev`\n\n### Auto update all current modules\n\n```bash\nyarn sync\n```\n\n### Generate `npm/modules.json`\n\n```sh\nyarn build\n```\n\n## Website development\n\n- Clone repository\n- Install website depenedencies using `npx yarn install`\n\nStart development:\n\n```bash\nnpx yarn dev\n```\n\nThen visit http://localhost:3000\n\nIn the development, the npm downloads and GitHub stars will be mocked unless setting `USE_NUXT_API` variable.\n\n## License\n\n[MIT](./LICENSE) - Made by Nuxt Team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvacoder%2Fuva-nuxtmodules-collection-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvacoder%2Fuva-nuxtmodules-collection-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvacoder%2Fuva-nuxtmodules-collection-v2/lists"}