1.全局安装
npm i -g json-server
2.新建文件夹,在文件夹目录创建 xxx.json文件
3.在文件夹下打开命令行窗口,输入 json-server --watch --port 端口号 文件名.json
访问路径就可得到你需要的json数据