json-server-api:使用JSON-SERVER创建API

时间:2024-03-24 05:56:57
【文件属性】:

文件名称:json-server-api:使用JSON-SERVER创建API

文件大小:126KB

文件格式:ZIP

更新时间:2024-03-24 05:56:57

JavaScript

使用JSON-SERVER创建API yarn add json-server && yarn add -D @types/json-server 使用名称database.json创建文件json // Content { " products " : [ { " id " : 1 , " name " : " Caneta BIC Preta " , " price " : 5.89 }, { " id " : 2 , " name " : " Notebook Mac Pro " , " price " : 1200.00 }, {


【文件预览】:
json-server-api-master
----db.json(261B)
----yarn.lock(210KB)
----.eslintrc.js(412B)
----.prettierignore(30B)
----src()
--------main.ts(0B)
----babel.config.js(300B)
----.vscode()
--------settings.json(73B)
----tsconfig.json(7KB)
----LICENSE(1KB)
----README.md(2KB)
----.editorconfig(230B)
----.gitignore(13B)
----.prettierrc.js(171B)
----.eslintignore(30B)
----package-lock.json(160KB)
----package.json(1KB)

网友评论