1.0.0 • Published 5 years ago

wk-services v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

wk-services

工具集

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

    npm install wk-services

  • yarn

    yarn add wk-services