文件名称:json-api-response-converter:标准化您的JSON
文件大小:252KB
文件格式:ZIP
更新时间:2024-06-14 21:23:22
json json-api vuex json-api-normalizer vuex-orm
JSON:API响应转换器 特征 很小 没有依赖关系 易于使用 与兼容 入门 安装 $ npm install json-api-response-converter --save # or $ yarn add json-api-response-converter 用法 import JsonApiResponseConverter from 'json-api-response-converter' const response = { data : [ { id : '1' , type : 'articles' , attributes : { title : 'This project is awesome' } , relationships : { author : {
【文件预览】:
json-api-response-converter-master
----package.json(2KB)
----__tests__()
--------json-api-response-converter.spec.js(10KB)
----.github()
--------FUNDING.yml(24B)
--------workflows()
----jest.config.js(144B)
----LICENSE(1KB)
----src()
--------main.js(2KB)
----.npmignore(84B)
----.eslintrc.js(320B)
----.gitignore(214B)
----demo()
--------vue.config.js(40B)
--------package.json(941B)
--------src()
--------.gitignore(214B)
--------tailwind.config.js(84B)
--------public()
--------README.md(308B)
--------yarn.lock(372KB)
--------postcss.config.js(80B)
--------babel.config.js(73B)
----README.md(3KB)
----yarn.lock(223KB)
----.eslintignore(5B)
----build()
--------rollup.config.base.js(333B)
--------rollup.config.es.js(217B)
--------rollup.config.umd.js(216B)
--------rollup.config.browser.js(295B)
----babel.config.js(394B)