A easeily to add a contours to page by d3
Report Bug
·
Request Feature
基于easier-axios封装的Vuecli插件
version: 0.0.11
lastDate: 2020/3/12
Author: Sumer Liu
- 以axios作为基础库,easier-axios作为api管理工具对axios请求做模块化管理。
- 已实现axiso配置,拦截器等模板
vue add easy-axios
在vue项目中的plugin中找到easier-axios.js在其中填写相应配置。
const api = new EasierAxios(
axios,
// config that same as axios
{
// baseURL: process.env.baseURL || process.env.apiUrl || ""
// timeout: 60 * 1000, // Timeout
// withCredentials: true, // Check cross-site Access-Control
},
{
dynamicRouterPattern: `:${CONSTANT.DYNAMICROUTER_PATTERN_FLAG}` // 插件的动态路由url参数默认以:开头
}
);
关于easier-axios中模块注册以及全局注册API移步到easier-axios。
Distributed under the MIT License. See LICENSE
for more information.
Sumer Liu - 843627979@qq.com
Project Link: https://github.com/sumerliu/vue-cli-plugin-easy-axios