@basmilius/http-client
v3.55.0
Published
Http client for Vue projects.
Maintainers
Readme
@basmilius/http-client
This repository contains the source code for the Http client that I use in personal Vue projects. It requires you to create dto's for objects and services for api calls.
⭐️ Prerequisites
- Bun >= 1.3.0
- Node >= 25
🚀 Getting started
- Run
bun installin the root of the project. - Run
bun --cwd packages/http-client buildto build the project.
