schematic-fluent:轻松创建流畅的界面

时间:2021-05-09 06:46:48
【文件属性】:
文件名称:schematic-fluent:轻松创建流畅的界面
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-09 06:46:48
JavaScript 流利的原理图 轻松创建流畅的界面 安装 $ yarn add schematic-fluent 用法 提取包装器示例 import fluent from "schematic-fluent" // Declare instance creator const createFetch = fluent ( { methods : { from : ( ) => url => ( { url : `/ ${ url } ` } ) , get : ( ) => url => ( { method : "GET" , url } ) , post : ( ) => url => ( { method : "POST" , url } ) , put : ( ) => url => ( { method : "PUT" , url } ) , dele
【文件预览】:
schematic-fluent-master
----.gitignore(13B)
----.flowconfig(0B)
----package.json(318B)
----index.js(2KB)
----README.md(3KB)
----yarn.lock(237B)

网友评论