No description
  • TypeScript 100%
Find a file
2026-04-05 10:56:26 +02:00
.gitignore init 2026-04-05 00:10:28 +02:00
bun.lock init 2026-04-05 00:10:28 +02:00
index.ts fix: add isLoading ref support and pass hook's options to execute 2026-04-05 10:53:04 +02:00
LICENSE add license 2026-04-05 00:32:36 +02:00
package.json build: correct package.json files declarations 2026-04-05 10:52:23 +02:00
README.md update readme 2026-04-05 10:56:26 +02:00
tsconfig.json init 2026-04-05 00:10:28 +02:00

useofetch

A simple Vue hook for ofetch.

Mostly mimics useAxios behaviour from VueUse/integrations.

Development

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.