No description
- TypeScript 100%
| .gitignore | ||
| bun.lock | ||
| index.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.