摘要: JSON Server:模拟服务器环境插件 1.进行全局安装:npm i -g json-server 2.创建db.json文件并写入相关数据: { "posts": [ { "id": 1, "title": "json-server", "author": "typicode" } ], "c 阅读全文
posted @ 2022-10-06 17:32 HM-7 阅读(50) 评论(0) 推荐(0)