Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vrx-vue/vrx

vue-composition-api 的工具集
https://github.com/vrx-vue/vrx

vue vue-composition-api vue2 vue3

Last synced: about 10 hours ago
JSON representation

vue-composition-api 的工具集

Awesome Lists containing this project

README

        



# vrx

vue-composition-api 的工具集

[![npm version](https://img.shields.io/npm/v/@vrx/core?color=green)](https://npmjs.com/package/@vrx/core)
[![npm downloads](https://img.shields.io/npm/dm/@vrx/core?color=green)](https://npmjs.com/package/@vrx/core)
[![bundle size](https://img.shields.io/bundlephobia/minzip/@vrx/core?color=green)](https://bundlephobia.com/package/@vrx/core)
[![license](https://img.shields.io/github/license/vrx-vue/vrx?color=green)](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
```

## 贡献者

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)_