使用 JSON-server 发送 fake restful api
当你没有或者不想创建一个数据库和前端发送api请求的时候,可以使用json-server发送mock api请求
下载: npm install -g json json
2021-07-07