npm install json-server -g
md mock
cd mock
type ''>db.json
json-server --watch --host 127.0.0.1 --port 8888 db.json
- db.json
{
"news": []
}
-
postman
列表
详情
添加
修改1
修改2
删除
npm install json-server -g
md mock
cd mock
type ''>db.json
json-server --watch --host 127.0.0.1 --port 8888 db.json
{
"news": []
}
postman
本文标题:json-server
本文链接:https://www.haomeiwen.com/subject/oqrhxrtx.html
网友评论