8000 GitHub - coffee377/http-client: 通用前端请求工具类
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coffee377/http-client

Repository files navigation

http-client

通用前端请求客户端

npm version npm bundle size npm downloads

Usage

通过 CDN 使用

你可以借助 script 标签直接通过 CDN 来使用 http-client,在 HTML 页面的 中包含以下代码行

<script src="https://unpkg.com/@jqsoft/http-client@0.3.0/dist/umd/http-client.min.js" />
  • Using pnpm, run the following on a command line:
pnpm add @jqsoft/http-client
  • Using Yarn, run the following on a command line:
yarn add @jqsoft/http-client
  • Using npm, run the following on a command line:
npm install @jqsoft/http-client

Develop

  • 安装依赖
pnpm i
  • 开发
pnpm run dev
  • 构建
pnpm run build

相关资源

name npm 备注
@ngify/http npm
axios npm
umi-request npm
father npm 文档
jsonpath-plus npm

About

通用前端请求工具类

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0