{"id":22006377,"url":"https://github.com/shunnnet/vue-use-x","last_synced_at":"2026-02-01T16:31:13.502Z","repository":{"id":264031727,"uuid":"892101504","full_name":"shunnNet/vue-use-x","owner":"shunnNet","description":"⚒️ An unofficial Vue 3 reusable utilities","archived":false,"fork":false,"pushed_at":"2025-08-21T15:00:45.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T02:32:13.422Z","etag":null,"topics":["composable","modal","vue3"],"latest_commit_sha":null,"homepage":"https://vue-use-x.netlify.app/","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/shunnNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-21T14:09:51.000Z","updated_at":"2024-11-24T08:16:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b194dd6-5869-48c2-a866-e48b239ddd8b","html_url":"https://github.com/shunnNet/vue-use-x","commit_stats":null,"previous_names":["shunnnet/vue-use-x"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shunnNet/vue-use-x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunnNet%2Fvue-use-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunnNet%2Fvue-use-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunnNet%2Fvue-use-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunnNet%2Fvue-use-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shunnNet","download_url":"https://codeload.github.com/shunnNet/vue-use-x/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunnNet%2Fvue-use-x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28982616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T16:29:42.054Z","status":"ssl_error","status_checked_at":"2026-02-01T16:29:41.428Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["composable","modal","vue3"],"created_at":"2024-11-30T01:12:00.862Z","updated_at":"2026-02-01T16:31:13.497Z","avatar_url":"https://github.com/shunnNet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ vue-use-x\n`vue-use-x` is an unofficial, reusable Vue 3 utility library, which includes many personal preferences.\n\n## Features\n- 📝 **Type Safe**: Written in TypeScript with complete type annotations and JSDoc documentation.\n- 🪟 **Modal Management**: Effortless management of modal states.\n- 🛠️ **Common Utilities**: Provide frequently used functionalities.\n\n## Documetation\nCheck the [documentation](https://vue-use-x.netlify.app)\n\n## Intro\nIf [`vueuse`](https://vueuse.org) is like an officially certified supermarket, then `vue-use-x` is more like a small, handcrafted boutique run by an individual. While it doesn’t have everything, you might just find tools that could be helpful.\n\nUnlike `vueuse`, `vue-use-x` is divided into several modules based on functionality, such as `modal`, `query`, and more. These modules are designed to address specific development scenarios and aim to reduce development pain points. However, it also includes modules with small yet general-purpose features, like `common`.\n\n(In reality, I was just too lazy to create a separate repository for each module, so I decided to bundle them all together.)\n\n## Installation\n`vue-use-x` is divided into several modules based on different functionalities. If you need to use the features of a specific module, you currently need to install them individually.\n\n```sh\n# if you need `modal` package\nnpm i @vue-use-x/modal\n\n# if you need `common` package\nnpm i @vue-use-x/common\n```\n\nThen, you can import them and use them.\n\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nimport { useModal } from \"@vue-use-x/modal\"\nimport { useContext } from \"@vue-use-x/common\"\n\nconst modal = useModal()\n\nmodal.open({ message: \"Hello vue-use-x\" })\n\nconst ctx = useContext()\n\nctx.provide({ name: \"vue-use-x context\" })\n\n\u003c/script\u003e\n\n```\n\n## Module Introduction\n[`@vue-use-x/modal`](https://vue-use-x.netlify.app/modal/use-modal): Provides a composable to toggle modals and pass data. It can be used alongside UI library modals/dialogs. When you need to manage the modal visibility state and pass data multiple times, `useModal` can fully showcase its value.\n\n[`@vue-use-x/common`](https://vue-use-x.netlify.app/common): Provides general-purpose composables to simplify repetitive tasks during development, such as toggling loading states or using `provide`/`inject`, etc.\n\nMore modules will be added in the future.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunnnet%2Fvue-use-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshunnnet%2Fvue-use-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunnnet%2Fvue-use-x/lists"}