wk-services
v1.0.0
Published
工具集
Downloads
2
Readme
wk-services
工具集
- 为什么用?
- 减少项目之间重复的代码
- 公共方法抽离
- 使用方便
- 模块化,用哪个,引哪个
- 易于维护
- 怎么用?
- 引用axios方法
import utils from "wk-services";
const services = utils.service;
console.log(services);
- 安装
- npm
npm install wk-services
- yarn
yarn add wk-services