https://github.com/vrx-vue/vrx
vue-composition-api 的工具集
https://github.com/vrx-vue/vrx
vue vue-composition-api vue2 vue3
Last synced: 4 months ago
JSON representation
vue-composition-api 的工具集
- Host: GitHub
- URL: https://github.com/vrx-vue/vrx
- Owner: vrx-vue
- License: mit
- Created: 2024-05-03T07:29:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T03:38:12.000Z (6 months ago)
- Last Synced: 2025-02-09T02:37:04.260Z (5 months ago)
- Topics: vue, vue-composition-api, vue2, vue3
- Language: TypeScript
- Homepage: https://vrx-vue.github.io/vrx/
- Size: 4.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# vrx
vue-composition-api 的工具集
[](https://npmjs.com/package/@vrx/core)
[](https://npm.chart.dev/@vrx/core)
[](https://bundlephobia.com/package/@vrx/core)
[](https://github.com/vrx-vue/vrx/blob/true/LICENSE)在实际的开发过程中[vueuse](https://vueuse.org/)经常出现遇见一个公用的业务,没有对应的封装
与其不停的CV,不如自行封装封装部分业务
项目作为 [vueuse](https://vueuse.org/) 的扩展存在
**总结部分 [vueuse](https://vueuse.org/) 中不存在,但业务中常用的方法**
## 安装
```sh
# ✨ Auto-detect
npx nypm install @vrx/core# npm
npm install @vrx/core# yarn
yarn add @vrx/core# pnpm
pnpm install @vrx/core# bun
bun install @vrx/core# deno
deno install @vrx/core
```## 贡献者
Published under the [MIT](https://github.com/vrx-vue/vrx/blob/main/LICENSE) license.
Made by [@Colourlessglow](https://github.com/Colourlessglow) and [community](https://github.com/vrx-vue/vrx/graphs/contributors) 💛
![]()
---
_🤖 auto updated with [automd](https://automd.unjs.io)_