Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.05 KB

Node Fetch

GitHub tag License ci codecov Conventional Commits lerna

Note

ESM build only, requires @midwayjs >= 3.12 and set "type": "module" in packages.json

安装全局依赖

npm i -g c8 lerna madge rollup tsx zx

创建新项目

Installation

npm i @waiting/fetch
// for Midway.js
npm i @mwcp/fetch

Usage

初始化依赖

npm install


## Packages

| Package         | Version                |
| --------------- | ---------------------- |
| [`fetch`]       | [![main-svg]][main-ch] |
| [`@mwcp/fetch`] | [![mw-svg]][mw-ch]     |

## Initialize and install dependencies

run it at first time and any time
```sh
npm run repo:init

License

MIT