@commeth/utils
v0.1.0
Published
<p align="center"> <a href="https://www.npmjs.com/package/@commeth/utils"> <img src="https://img.shields.io/npm/v/@commeth/utils.svg?sanitize=true" alt="Version"> </a> <a href="https://www.npmjs.com/package/@commeth/utils"> <img src="https:/
Readme
Commeth Utils 一款业务相关的工具函数库
🎉 Features
- 基于 Vue 3.5+
- 基于 TypeScripts
📦 Installation
# NPM
npm i @commeth/utils
# PNPM
pnpm add @commeth/utils🔨 Usage
import { withInstall } from "@commeth/utils";
export const Component = withInstall();
// some component