1. @tzui/use
Composition API
@tzui/use
Package: @tzui/use
Last modified: Thu, 07 Apr 2022 09:03:26 GMT
Version: 2.0.1
License: MIT
Downloads: 5

Install

npm install @tzui/use
yarn add @tzui/use

Use

Use 是从 实际应用场景中沉淀的 Vue 组合式 API 库。

安装

如果项目中已经安装了 3,则无须手动安装 Use。

如果项目中未使用 ,可以通过 npmyarn 手动安装 Use。

 # 通过 npm 安装
npm i @tzui/use -S

# 通过 yarn 安装
yarn add @tzui/use

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin