{"id":13824142,"url":"https://github.com/jsbroks/vuehooks","last_synced_at":"2025-08-06T16:32:51.899Z","repository":{"id":39452902,"uuid":"272569176","full_name":"jsbroks/vuehooks","owner":"jsbroks","description":":gift: Extensive collection of composition functions for Vue","archived":false,"fork":false,"pushed_at":"2023-01-07T19:10:23.000Z","size":3180,"stargazers_count":92,"open_issues_count":21,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-06T05:22:24.287Z","etag":null,"topics":["composition-api","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jsbroks.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":"2020-06-16T00:04:38.000Z","updated_at":"2024-04-20T14:27:09.000Z","dependencies_parsed_at":"2023-02-07T22:16:16.885Z","dependency_job_id":null,"html_url":"https://github.com/jsbroks/vuehooks","commit_stats":null,"previous_names":["datatorch/vuehooks","datatorch/vuetools"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsbroks%2Fvuehooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsbroks%2Fvuehooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsbroks%2Fvuehooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsbroks%2Fvuehooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsbroks","download_url":"https://codeload.github.com/jsbroks/vuehooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228923981,"owners_count":17992612,"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":["composition-api","vue","vuejs"],"created_at":"2024-08-04T09:00:57.461Z","updated_at":"2024-12-09T16:32:36.033Z","avatar_url":"https://github.com/jsbroks.png","language":"TypeScript","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/datatorch/documentation/master/docs/.vuepress/public/vuehooks.png\" width=\"500\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  VueHooks\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eCollection of utility composition functions for Vue\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/@vuehooks/core\" target=\"__blank\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/v/@vuehooks/core?color=1abc9c\" alt=\"NPM version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/@vuehooks\" target=\"__blank\"\u003e\u003cimg alt=\"NPM Downloads\" src=\"https://img.shields.io/npm/dm/@vuehooks/core?color=34495e\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/jsbroks/vuehooks\" target=\"__blank\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/jsbroks/vuehooks.svg?color=9b59b6\" alt=\"GitHub last commit\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/jsbroks/vuehooks/issues\" target=\"__blank\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/jsbroks/vuehooks.svg?color=3498db\" alt=\"GitHub issues\" /\u003e\u003c/a\u003e\n\u003ca href='https://coveralls.io/github/jsbroks/vuehooks?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/jsbroks/vuehooks/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/workflow/status/jsbroks/vuehooks/Tests?color=2ecc71\"\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n## :rocket: Features\n\n- **20+ composition functions** with more to come!\n- **Bundler-friendly** only imports the functions you need.\n- **Well-documented** and typed interfaces.\n- **Zero-config** server-side rendering capability.\n- **Self-contained** with no dependencies.\n- **Backed by a team** using VueHooks in production.\n- **Additional addons** such as vue-router, timeago, query, etc.\n\n\u003cbr /\u003e\n\n## :earth_americas: Ecosystem\n\n\u003c!-- omit in toc --\u003e\n\n- [@vuehooks/core](/packages/core) - Collection of essential hooks.\n- [@vuehooks/query](/packages/query) - Hooks for fetching, caching and updating\n  asynchronous data.\n- [@vuehooks/router](/packages/router) - Hooks for using VueRouter easier.\n\n## Alternatives\n\n|   Features    | VueHooks |  VueUse   | vue-composable | vue-use-web |\n| :-----------: | :------: | :-------: | :------------: | :---------: |\n|   Functions   |    33    |    53     |       51       |     24      |\n|   Packages    |    3     |     3     |       2        |      1      |\n|     Stars     |    2     |   1.3k    |      260       |     450     |\n| Test Coverage |   42%    | _unknown_ |      96%       |  _unknown_  |\n\n_last updated 12/08/2020_\n\n\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsbroks%2Fvuehooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsbroks%2Fvuehooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsbroks%2Fvuehooks/lists"}