Collect commonly used Composable Utilities, Shared Utilities, and Composable Components in development.
- 🎪 Interactive docs & demos
- ⚡ Fully tree shakeable: Only take what you want
- 🦾 Type Strong: Written in TypeScript, with TS Docs
# npm
npm install @vuetkit/core
# yarn
yarn add @vuetkit/core
# pnpm
pnpm add @vuetkit/core
Simply import the hook you need from @vuetkit/core.
<script setup lang="ts">
import { useRequest } from '@vuetkit/core'
import axios from 'axios'
function asyncSevice() {
return axios.get('/api/data')
}
const { data, loading, error } = useRequest(asyncSevice)
</script>This project is heavily inspired by the following awesome projects.
MIT License © 2026-PRESENT Kalu5