vrx 系列内的共用工具
在实际的开发过程中vueuse经常出现遇见一个公用的业务,没有对应的封装
与其不停的CV,不如自行封装封装部分业务
项目作为 vueuse 的扩展存在
总结部分 vueuse 中不存在,但业务中常用的方法
# ✨ Auto-detect
npx nypm install @vrx/shared
# npm
npm install @vrx/shared
# yarn
yarn add @vrx/shared
# pnpm
pnpm install @vrx/shared
# bun
bun install @vrx/shared
# deno
deno install @vrx/shared
Published under the MIT license.
Made by @Colourlessglow and community 💛
🤖 auto updated with automd